From a76813bdcd6e260117e11f5291076e21f01be692 Mon Sep 17 00:00:00 2001 From: Gonchik Tsymzhitov Date: Mon, 3 Apr 2023 09:07:38 +0300 Subject: [PATCH] Remove extra line --- Dockerfile.qa | 1 - atlassian/__init__.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.qa b/Dockerfile.qa index ed0819b52..30d1bb887 100644 --- a/Dockerfile.qa +++ b/Dockerfile.qa @@ -37,7 +37,6 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \ elif [ $PYTHON_VERSION = '3.11' ] ; then \ apt-get install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \ curl -sS https://bootstrap.pypa.io/get-pip.py | python$PYTHON_VERSION ; \ - else \ apt-get install -y python3-distutils python3-distutils-extra python3-apt --reinstall ; \ fi diff --git a/atlassian/__init__.py b/atlassian/__init__.py index 5211c90ca..dca4d953d 100644 --- a/atlassian/__init__.py +++ b/atlassian/__init__.py @@ -8,6 +8,7 @@ from .jira import Jira from .marketplace import MarketPlace from .portfolio import Portfolio +from .service_desk import ServiceDesk from .service_desk import ServiceDesk as ServiceManagement from .xray import Xray