mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-12 19:57:17 +00:00
Remove unnecessary imports
This commit is contained in:
parent
c6e0b54930
commit
c8a0546041
@ -5,7 +5,7 @@ from secrets import token_urlsafe
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from shutil import rmtree
|
from shutil import rmtree
|
||||||
from os.path import join
|
from os.path import join
|
||||||
from os import chdir, mkdir, rename, walk, listdir
|
from os import mkdir, rename
|
||||||
from tempfile import TemporaryDirectory
|
from tempfile import TemporaryDirectory
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user