From 215236fdbe1d50398200950a7bd17ffa2b610fd7 Mon Sep 17 00:00:00 2001 From: Flavio Curella Date: Thu, 25 Apr 2024 09:32:03 -0500 Subject: [PATCH] :lipstick: Format code --- tests/providers/test_geo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/providers/test_geo.py b/tests/providers/test_geo.py index 2f0f678e87..8a614a98da 100644 --- a/tests/providers/test_geo.py +++ b/tests/providers/test_geo.py @@ -96,6 +96,7 @@ def test_location_on_land(self): assert len(loc[3]) == 2 # Country code is two letters assert isinstance(loc[4], str) # Timezone is a string + class TestCsCz(unittest.TestCase): def setUp(self): self.fake = Faker("cs_CZ")