Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Jun 20, 2024
1 parent 830b606 commit 13a70bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions bids2table/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
from pathlib import Path
from types import MappingProxyType
from typing import Any, Callable, Dict, Iterable, List, Optional, Tuple, Union
from typing_extensions import Self

import bidsschematools.schema
import pandas as pd
from elbow.typing import StrOrPath
from typing_extensions import get_args, get_origin
from typing_extensions import Self, get_args, get_origin

_bids_schema_path: Optional[str] = None

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"nibabel",
"pandas",
"bidsschematools",
"typing_extensions",
]
dynamic = ["version"]

Expand Down

0 comments on commit 13a70bb

Please sign in to comment.