Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Sep 29, 2021
1 parent e59f5f3 commit b9d98af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/bioservices/reactome.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import webbrowser
import copy

from bioservices.services import WSDLService, REST
from bioservices.services import REST

__all__ = ["Reactome", "ReactomeOld", "ReactomeAnalysis"]

Expand Down
1 change: 0 additions & 1 deletion src/bioservices/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
if "raw_input" in __builtins__:
input = raw_input

# This is a hack in case suds is already installed.
# Indded, we want suds_jurko instead
sys.path = [x for x in sys.path if "suds-" not in x]

Expand Down

0 comments on commit b9d98af

Please sign in to comment.