Skip to content

Commit

Permalink
disabled lazy import
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Jul 30, 2024
1 parent e6490bb commit 03e61cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion networkcommons/methods/_moon.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
import lazy_import
import networkx as nx
import pandas as pd
dc = lazy_import.lazy_module('decoupler')
# dc = lazy_import.lazy_module('decoupler')
import decoupler as dc
import numpy as np

from . import _graph
Expand Down

0 comments on commit 03e61cb

Please sign in to comment.