Skip to content

Commit

Permalink
Remove type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Jul 31, 2023
1 parent 8b1c219 commit 6a08662
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@


class PositionOriginator:
@beartype
def __init__(
self, datasets: list, metadata: dict, dataset_names: list, ptp_enabled: bool
):
Expand All @@ -37,7 +36,6 @@ def __init__(
)
self.ptp_enabled = ptp_enabled

@beartype
def make(self, nwb_content: NWBFile):
position = Position(name="position")

Expand Down

0 comments on commit 6a08662

Please sign in to comment.