remove unusued import
This commit is contained in:
parent
307a41339c
commit
98135a3d30
|
@ -1,7 +1,6 @@
|
||||||
"""
|
"""
|
||||||
terminal reporting of the full testing process.
|
terminal reporting of the full testing process.
|
||||||
"""
|
"""
|
||||||
import os
|
|
||||||
import pytest, py
|
import pytest, py
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue