Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

139 remove ipgetter #140

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

139 remove ipgetter #140

wants to merge 4 commits into from

Conversation

Castronova
Copy link
Member

Removed ipgetter library from JH REST server which was causing docker builds to fail

@Castronova Castronova self-assigned this Oct 26, 2018
Copy link

@martin-hunt martin-hunt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine.

Could also remove unused modules appdirs, pyparsing and six

@@ -4,42 +4,46 @@
import logging
import tornado.auth
import shutil
import ipgetter

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so, this is just removing an unused library and formatting changes?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ipgetter module no longer exists, so this dependency breaks the build. It is also not used, so removing it does not affect anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants