aedi: remove unused import from base targets module

This commit is contained in:
alexey.lysiuk 2021-09-12 10:36:14 +03:00
parent fa4ca5c906
commit 43e9451e64
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,6 @@ import re
import shutil
import subprocess
import typing
from distutils.version import StrictVersion
from pathlib import Path
from platform import machine

View file

@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from distutils.version import StrictVersion
import glob
from .base import *