Skip to content

Commit

Permalink
Run isort.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 31, 2024
1 parent cfa6ca9 commit bb85c51
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cubids/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
"""Top-level package for CuBIDS."""

from cubids import (
cli,
config,
constants,
cubids,
metadata_merge,
utils,
validator,
workflows,
)
from cubids.__about__ import __copyright__, __credits__, __packagename__, __version__
from cubids.cubids import CuBIDS
from cubids import cli, config, constants, cubids, metadata_merge, utils, validator, workflows

__all__ = [
"__copyright__",
Expand Down

0 comments on commit bb85c51

Please sign in to comment.