fix imports
This commit is contained in:
parent
c2b0a1c7d1
commit
9bc479cb7b
|
@ -6,8 +6,7 @@ import pytest
|
||||||
|
|
||||||
from tests import test_data
|
from tests import test_data
|
||||||
from PIL import ImageGrab
|
from PIL import ImageGrab
|
||||||
from datetime import datetime
|
from configs.system import get_platform
|
||||||
from configs.system import IS_LIN
|
|
||||||
from fixtures.path import generate_test_info
|
from fixtures.path import generate_test_info
|
||||||
from scripts.utils.system_path import SystemPath
|
from scripts.utils.system_path import SystemPath
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue