Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Jun 5, 2023
1 parent fd0506e commit 0a83d38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pydantic_extra_types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
CountryNumericCode,
CountryOfficialName,
CountryShortName,
OTPToken,
PaymentCardBrand,
PaymentCardNumber,
PhoneNumber,
OTPToken
)

__all__ = (
Expand All @@ -28,4 +28,3 @@
'PhoneNumber',
'OTPToken',
)

1 change: 0 additions & 1 deletion pydantic_extra_types/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
'PhoneNumber',
'OTPToken',
)

0 comments on commit 0a83d38

Please sign in to comment.