diff --git a/hivclustering/mtnetwork.py b/hivclustering/mtnetwork.py index e5a823b..0a77269 100644 --- a/hivclustering/mtnetwork.py +++ b/hivclustering/mtnetwork.py @@ -2509,8 +2509,8 @@ def fit_degree_distribution(self, degree_option=None, hy_instance=None): try: import hppy as hy except ImportError: - raise ImportError("Optional dependencies not found. please install the 'edgefiltering' extras to use this function: pip install hivclustering[edgefiltering]") - + raise ImportError( + "Optional dependencies not found. Please install the 'edgefiltering' extras to use this function: pip install hivclustering[edgefiltering]") hy_instance = hy.HyphyInterface() script_path = os.path.realpath(__file__)