Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
pyright :/ #43
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarraga committed Mar 17, 2024
1 parent 5fe25ab commit 8b436c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
class SubmissionConstraint(BaseModel):
root_constraint: ZipConstraint | FileConstraint

def validate(self, path: Path) -> ValidationResult:
def validate_constraint(self, path: Path) -> ValidationResult:
return self.root_constraint.validate_constraint(path)

0 comments on commit 8b436c4

Please sign in to comment.