Skip to content

Commit

Permalink
Fix more stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 31, 2024
1 parent bb85c51 commit 2010b5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cubids/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
workflows,
)
from cubids.__about__ import __copyright__, __credits__, __packagename__, __version__
from cubids.cubids import CuBIDS

__all__ = [
"__copyright__",
"__credits__",
"__packagename__",
"__version__",
"CuBIDS",
"cli",
"config",
"constants",
Expand Down
2 changes: 1 addition & 1 deletion cubids/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import pandas as pd
import tqdm

from cubids import CuBIDS
from cubids.cubids import CuBIDS
from cubids.metadata_merge import merge_json_into_json
from cubids.utils import _get_container_type
from cubids.validator import (
Expand Down

0 comments on commit 2010b5c

Please sign in to comment.