mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-20 18:42:23 +00:00
aedi: remove unused import from base targets module
This commit is contained in:
parent
fa4ca5c906
commit
43e9451e64
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue