Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Apr 3, 2023
1 parent 96ad568 commit a76813b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.qa
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions atlassian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a76813b

Please sign in to comment.