diff options
| author | Bobby <[email protected]> | 2022-08-31 00:08:18 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-31 00:08:18 -0400 |
| commit | a691f59501d0781cdc2259b14e8facd264e82126 (patch) | |
| tree | 2f5d2272124a156acb5e4b684d7bf89d748d34b0 /tests | |
| parent | c6344afd77b8bf5baeb67fee8270ca24c555ec6c (diff) | |
| download | edify-a691f59501d0781cdc2259b14e8facd264e82126.tar.xz edify-a691f59501d0781cdc2259b14e8facd264e82126.zip | |
Fixed Linting Errors
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_phone.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_phone.py b/tests/test_phone.py index 6a26af5..81168ab 100644 --- a/tests/test_phone.py +++ b/tests/test_phone.py @@ -1,5 +1,6 @@ from edify.library import phone_number + def test(): phones = { "1234567890": True, |
