Skip to content

Commit f972d1e

Browse files
impl 'subpackagename.modulename' import instead of '.modulename' in module-to-module imports
1 parent c571494 commit f972d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flusstools/bedanalyst/degree_clogging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
of degree of clogging.
33
"""
44

5-
from .config import *
6-
from .utils import *
5+
from bedanalyst.config import *
6+
from bedanalyst.utils import *
77

88

99
def degree_clogging(df_samples, output_csv_path, plot=[False, False]):

0 commit comments

Comments
 (0)