Skip to content

Commit

Permalink
update mkinit
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Jul 13, 2024
1 parent e49f73b commit f993810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions snakebids/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"CliConfig",
"ComponentEdit",
"FilterParse",
"FilterParseError",
"InvalidBidsError",
"Pybidsdb",
"SnakemakeBidsApp",
Expand Down
2 changes: 2 additions & 0 deletions snakebids/plugins/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ from .cli_config import (
from .component_edit import (
ComponentEdit,
FilterParse,
FilterParseError,
)
from .pybidsdb import (
Pybidsdb,
Expand All @@ -29,6 +30,7 @@ __all__ = [
"CliConfig",
"ComponentEdit",
"FilterParse",
"FilterParseError",
"InvalidBidsError",
"Pybidsdb",
"SnakemakeBidsApp",
Expand Down

0 comments on commit f993810

Please sign in to comment.