Addon Manager: Remove unused imports

This commit is contained in:
Chris Hennes
2022-01-01 09:43:06 -06:00
parent 70c9804fc0
commit 64cf6a68d8
4 changed files with 3 additions and 10 deletions

View File

@@ -29,8 +29,7 @@ import shutil
import stat
import tempfile
from datetime import date, timedelta
from typing import Dict, Union
from enum import Enum
from typing import Dict
from PySide2 import QtGui, QtCore, QtWidgets
import FreeCADGui