Skip to content

Commit

Permalink
linting done
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Kumar-Code committed Apr 25, 2024
1 parent 967dda1 commit 1b981da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abdm/models/data_notification_entries_inner.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, *args, **kwargs) -> None:

@field_validator("actual_instance")
def actual_instance_must_validate_anyof(cls, v):
instance = DataNotificationEntriesInner.model_construct()

error_messages = []
# validate data type: EntryContent
if not isinstance(v, EntryContent):
Expand Down
2 changes: 1 addition & 1 deletion abdm/models/patient_gender.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PatientGender(str, Enum):
"""
M = "M"
F = "F"
O = "O"

U = "U"

@classmethod
Expand Down

0 comments on commit 1b981da

Please sign in to comment.