Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 4, 2024
1 parent 3d8c257 commit 5e46278
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions autotest/test_createpackages.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5e46278

Please sign in to comment.