Skip to content

Commit a76813b

Browse files
committed
Remove extra line
1 parent 96ad568 commit a76813b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile.qa

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \
3737
elif [ $PYTHON_VERSION = '3.11' ] ; then \
3838
apt-get install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \
3939
curl -sS https://bootstrap.pypa.io/get-pip.py | python$PYTHON_VERSION ; \
40-
4140
else \
4241
apt-get install -y python3-distutils python3-distutils-extra python3-apt --reinstall ; \
4342
fi

atlassian/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from .jira import Jira
99
from .marketplace import MarketPlace
1010
from .portfolio import Portfolio
11+
from .service_desk import ServiceDesk
1112
from .service_desk import ServiceDesk as ServiceManagement
1213
from .xray import Xray
1314

0 commit comments

Comments
 (0)