Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme1 committed Aug 16, 2024
1 parent 2774f3d commit c315b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amid/kits.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class KiTS23(Dataset):

def __init__(self, root: PathOrStr):
super().__init__(root)
if not (self.root / 'dataset').exists():
if not (self.root / "dataset").exists():
raise FileNotFoundError(f"Dataset not found in {self.root}")

@property
Expand Down

0 comments on commit c315b04

Please sign in to comment.