diff options
Diffstat (limited to 'testing/test_providers.py')
-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 462f19bc..ec0e0271 100644 --- a/testing/test_providers.py +++ b/testing/test_providers.py @@ -62,4 +62,5 @@ def test(_provider: type[BaseProvider]) -> bool: if __name__ == "__main__": - main()
\ No newline at end of file + main() +
\ No newline at end of file |