Skip to content

Commit 6e1cd11

Browse files
committed
Cleanup references to git
1 parent 4e96458 commit 6e1cd11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fretbursts/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def citation(bar=True):
8080
__all_local_names = [
8181
# Local modules
8282
"loader", "select_bursts", "bl", "bg", "bpl", "bext", "bg_cache",
83-
"hdf5", "fretmath", "mfit", "citation", "git",
83+
"hdf5", "fretmath", "mfit", "citation",
8484

8585
# Classes, functions, variables
8686
"Data", "Sel", "Ph_sel",
@@ -159,7 +159,6 @@ def citation(bar=True):
159159
)
160160

161161
from .utils.misc import download_file
162-
from .utils import git
163162

164163

165164
def init_notebook(fs=13, seaborn_style='darkgrid',

0 commit comments

Comments
 (0)