Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 15, 2023
1 parent 4e1314c commit 53727a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygenstability/pygenstability.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from pygenstability import generalized_louvain

_NO_LOUVAIN = False
except ImportError:
except ImportError: # pragma: no cover
_NO_LOUVAIN = True

from pygenstability.constructors import load_constructor
Expand Down

0 comments on commit 53727a6

Please sign in to comment.