From 73541ce2ebc56ad81726e7a05b93d39f122b706c Mon Sep 17 00:00:00 2001 From: Flavio Curella Date: Wed, 10 Jan 2024 15:36:24 -0600 Subject: [PATCH] format code --- tests/providers/test_bank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/providers/test_bank.py b/tests/providers/test_bank.py index d373a4ced7..3826b82eb3 100644 --- a/tests/providers/test_bank.py +++ b/tests/providers/test_bank.py @@ -57,6 +57,7 @@ def test_bank(self, faker, num_samples): bank = faker.bank() assert bank in AzAzBankProvider.banks + class TestCsCz: """Test cs_CZ bank provider""" @@ -72,7 +73,6 @@ def test_iban(self, faker, num_samples): assert re.fullmatch(r"\d{2}\d{20}", iban[2:]) - class TestNoNo: """Test no_NO bank provider"""