Skip to content

Commit

Permalink
fix run_cbs import path
Browse files Browse the repository at this point in the history
  • Loading branch information
franckalbinet committed Sep 5, 2024
1 parent e6d5b0a commit c2ef966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions marisco/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from pyzotero import zotero, zotero_errors
import json

from .utils import get_bbox, run_cbs
from .callbacks import Callback, CompareDfsAndTfmCB
from .utils import get_bbox
from .callbacks import run_cbs, Callback, CompareDfsAndTfmCB

# %% ../nbs/api/metadata.ipynb 3
class GlobAttrsFeeder:
Expand Down
4 changes: 2 additions & 2 deletions nbs/api/metadata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"from pyzotero import zotero, zotero_errors\n",
"import json\n",
"\n",
"from marisco.utils import get_bbox, run_cbs\n",
"from marisco.callbacks import Callback, CompareDfsAndTfmCB"
"from marisco.utils import get_bbox \n",
"from marisco.callbacks import run_cbs, Callback, CompareDfsAndTfmCB"
]
},
{
Expand Down

0 comments on commit c2ef966

Please sign in to comment.