Skip to content

Commit

Permalink
Merge pull request #2150 from opensafely-core/madwort/cant
Browse files Browse the repository at this point in the history
Can or can't or Kant?
  • Loading branch information
madwort authored Oct 11, 2024
2 parents 971924e + 28fe94b commit 3757e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ehrql/query_model/table_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Unique(BaseConstraint):
description = "Always unique"

def validate(self, value):
# We cant validate a single value
# We can't validate a single value
return True

class FirstOfMonth(BaseConstraint):
Expand Down

0 comments on commit 3757e09

Please sign in to comment.