unused import

This commit is contained in:
Jean-Paul Calderone 2020-11-26 21:48:06 -05:00
parent ae5351c204
commit 4c8fb8d93a

View File

@ -1,7 +1,6 @@
from __future__ import print_function
import sys
from os import mkdir
from os.path import join
import pytest