diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/test_providers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_providers.py b/testing/test_providers.py index 6096d9b5..cd82fe7c 100644 --- a/testing/test_providers.py +++ b/testing/test_providers.py @@ -73,4 +73,4 @@ def test(_provider: type[BaseProvider]) -> bool: if __name__ == "__main__": - main() + main()
\ No newline at end of file |