-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: develop
Are you sure you want to change the base?
139 remove ipgetter #140
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Removed ipgetter library from JH REST server which was causing docker builds to fail