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