Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dandi/validate_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ class ValidationResult(BaseModel):
def purview(self) -> str | None:
if self.path is not None:
return str(self.path)
elif self.path_regex is not None:
return self.path_regex
elif self.dataset_path is not None:
return str(self.dataset_path)
else:
Expand Down
Loading