diff options
author | Heinrich Schuchardt | 2024-04-03 13:11:41 +0200 |
---|---|---|
committer | Tom Rini | 2024-04-12 08:53:31 -0600 |
commit | 9b6d415eeaa244ab0f8c500b88d421fd3aab7641 (patch) | |
tree | 3371d677707fdaf472ed4f5c6747edf5faf35159 /test | |
parent | 16b80c93e2d16d9b18f1bb1d884254281dc4bec2 (diff) |
test: remove unused import from pkg_resources
load_entry_point is not used.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/py/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/py/test.py b/test/py/test.py index 95859a66e29..7c477903d6b 100755 --- a/test/py/test.py +++ b/test/py/test.py @@ -11,7 +11,6 @@ import os import os.path import sys import pytest -from pkg_resources import load_entry_point if __name__ == '__main__': # argv; py.test test_directory_name user-supplied-arguments |