Skip to content

Commit

Permalink
Merge pull request #520 from gabrieldemarmiesse/remove_some_optional
Browse files Browse the repository at this point in the history
[WIP] Removed some unused attributes from optional.
  • Loading branch information
Qwlouse committed Jul 18, 2019
2 parents c59e9db + c2c0aa3 commit 37e6fc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sacred/optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ def optional_import(*package_names):
has_mako = modules_exist('mako')
has_gitpython = modules_exist('git')
has_tinydb = modules_exist('tinydb', 'tinydb_serialization', 'hashfs')
has_requests = modules_exist('requests')
has_tensorflow = modules_exist("tensorflow")
has_telegram = modules_exist('telegram')

0 comments on commit 37e6fc3

Please sign in to comment.