Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Oct 24, 2023
1 parent 3278396 commit f1ab880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/providers/test_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def test_location_on_land_coords_only(self):
assert Decimal(loc[0]) # Should be able to cast first two elements of tuple to Decimal
assert Decimal(loc[1])


class TestCsCz(unittest.TestCase):
def setUp(self):
self.fake = Faker("cs_CZ")
Expand Down

0 comments on commit f1ab880

Please sign in to comment.