Skip to content

Commit

Permalink
fixed __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Nov 11, 2021
1 parent 096521f commit 55e9d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

from .readPDH import readPDH
from .reBin import reBin
from .utils import currentNBpath, setLocaleUTF8
from .utils import setLocaleUTF8
from .notebook_utils import currentNBpath
from .git import isRepo, isNBstripoutInstalled, isNBstripoutActivated, checkRepo
from .widgets import PathSelector, showBoolStatus

Expand Down

0 comments on commit 55e9d20

Please sign in to comment.