Remove unnecessary imports

This commit is contained in:
R. Richard 2019-06-19 16:13:01 +02:00 committed by Kristóf Tóth
parent c6e0b54930
commit c8a0546041
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from secrets import token_urlsafe
from pathlib import Path
from shutil import rmtree
from os.path import join
from os import chdir, mkdir, rename, walk, listdir
from os import mkdir, rename
from tempfile import TemporaryDirectory
import pytest