diff options
| author | Bobby <[email protected]> | 2022-11-27 16:20:38 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-27 16:20:38 -0500 |
| commit | b9b6b54eac925b75f3ed844f65832e5bd09e251e (patch) | |
| tree | b18111660ecda6741da8654e96380bce852aeaec /tests/test_mac.py | |
| parent | b245307f903d8eee53e880c3d68b77ee32d07003 (diff) | |
| download | edify-b9b6b54eac925b75f3ed844f65832e5bd09e251e.tar.xz edify-b9b6b54eac925b75f3ed844f65832e5bd09e251e.zip | |
fixing lint
Diffstat (limited to 'tests/test_mac.py')
| -rw-r--r-- | tests/test_mac.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_mac.py b/tests/test_mac.py index 636b649..2f24b44 100644 --- a/tests/test_mac.py +++ b/tests/test_mac.py @@ -1,5 +1,6 @@ from edify.library import mac + def test_mac(): macs = { "00:00:5e:00:53:af": True, |
