From fa0d047eed219b0068e26230865cc44f39b62a67 Mon Sep 17 00:00:00 2001 From: James Baker Kroner <9373098+jbkroner@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:51:22 -0500 Subject: [PATCH] add trailing commas --- tests/test_json_schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_json_schema.py b/tests/test_json_schema.py index a12a171e..4345fac7 100644 --- a/tests/test_json_schema.py +++ b/tests/test_json_schema.py @@ -9,7 +9,7 @@ CountryAlpha2, CountryAlpha3, CountryNumericCode, - CountryShortName + CountryShortName, ) from pydantic_extra_types.currency_code import ISO4217, Currency from pydantic_extra_types.isbn import ISBN @@ -17,7 +17,7 @@ ISO639_3, ISO639_5, LanguageAlpha2, - LanguageName + LanguageName, ) from pydantic_extra_types.mac_address import MacAddress from pydantic_extra_types.payment import PaymentCardNumber