Skip to content

Commit

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

@field_validator("actual_instance")
def actual_instance_must_validate_anyof(cls, v):

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"

U = "U"

@classmethod
Expand Down
1 change: 0 additions & 1 deletion test/test_auth_confirm_identifier_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestAuthConfirmIdentifierType(unittest.TestCase):
"""AuthConfirmIdentifierType unit test stubs"""

Expand Down
1 change: 0 additions & 1 deletion test/test_authentication_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestAuthenticationMode(unittest.TestCase):
"""AuthenticationMode unit test stubs"""

Expand Down
1 change: 0 additions & 1 deletion test/test_consent_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestConsentStatus(unittest.TestCase):
"""ConsentStatus unit test stubs"""

Expand Down
1 change: 0 additions & 1 deletion test/test_hi_type_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestHITypeEnum(unittest.TestCase):
"""HITypeEnum unit test stubs"""

Expand Down
1 change: 0 additions & 1 deletion test/test_identifier_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestIdentifierType(unittest.TestCase):
"""IdentifierType unit test stubs"""

Expand Down
1 change: 0 additions & 1 deletion test/test_patient_auth_purpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestPatientAuthPurpose(unittest.TestCase):
"""PatientAuthPurpose unit test stubs"""

Expand Down
1 change: 0 additions & 1 deletion test/test_patient_gender.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestPatientGender(unittest.TestCase):
"""PatientGender unit test stubs"""

Expand Down
1 change: 0 additions & 1 deletion test/test_subscription_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestSubscriptionCategory(unittest.TestCase):
"""SubscriptionCategory unit test stubs"""

Expand Down
1 change: 0 additions & 1 deletion test/test_subscription_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import unittest



class TestSubscriptionStatus(unittest.TestCase):
"""SubscriptionStatus unit test stubs"""

Expand Down

0 comments on commit 5896303

Please sign in to comment.