diff --git a/autotest/test_createpackages.py b/autotest/test_createpackages.py index a23ed1aeb..81277cf10 100644 --- a/autotest/test_createpackages.py +++ b/autotest/test_createpackages.py @@ -1,8 +1,7 @@ -from ast import AST, Assign, ClassDef, expr +from ast import Assign, ClassDef, expr from ast import parse as parse_ast -from itertools import zip_longest from pprint import pformat -from shutil import copy, copytree +from shutil import copytree from typing import List, Union from warnings import warn