Skip to content

Commit

Permalink
add trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkroner committed Jul 25, 2024
1 parent 7526e7a commit fa0d047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
CountryAlpha2,
CountryAlpha3,
CountryNumericCode,
CountryShortName
CountryShortName,
)
from pydantic_extra_types.currency_code import ISO4217, Currency
from pydantic_extra_types.isbn import ISBN
from pydantic_extra_types.language_code import (
ISO639_3,
ISO639_5,
LanguageAlpha2,
LanguageName
LanguageName,
)
from pydantic_extra_types.mac_address import MacAddress
from pydantic_extra_types.payment import PaymentCardNumber
Expand Down

0 comments on commit fa0d047

Please sign in to comment.