Skip to content

Commit

Permalink
Update manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed May 5, 2019
1 parent 7ae0b8b commit 17fee3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bio2bel_adeptus/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Manager(BELManagerMixin):
"""Disease-specific differential gene expression."""

module_name = MODULE_NAME
_base = Base
_base = None

def __init__(self, *args, **kwargs): # noqa: D107
self.graph = get_graph()
Expand Down

0 comments on commit 17fee3c

Please sign in to comment.