mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
test: remove unused import from pkg_resources
load_entry_point is not used. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
16b80c93e2
commit
9b6d415eea
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue