Skip to content

Commit

Permalink
Merge pull request #190 from kjsanger/bug/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in abstract method
  • Loading branch information
kjsanger authored Jun 18, 2024
2 parents a1450d2 + 5910a4e commit 24cdb91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/partisan/irods.py
Original file line number Diff line number Diff line change
Expand Up @@ -1836,8 +1836,7 @@ def __lt__(self, other):
@abstractmethod
def rods_type(self) -> Optional[Type[RodsItem]]:
"""Return a Python type representing the kind of iRODS path supplied."""

pass
pass

@abstractmethod
def check_rods_type(self, **kwargs):
Expand Down

0 comments on commit 24cdb91

Please sign in to comment.