Remove double import

This commit is contained in:
Mizaki 2024-07-31 22:13:15 +01:00
parent a44e037311
commit 8ace830d5e

View File

@ -4,7 +4,6 @@ from __future__ import annotations
from enum import auto
from sys import platform
import platform
from typing import Any
from PyQt5 import QtGui, QtWidgets