fix import

This commit is contained in:
Jakub Trllo 2022-10-10 15:08:43 +02:00
parent 91b66812db
commit ac3326d296

View file

@ -1,5 +1,5 @@
import collections
from ABC import abstractmethod, abstractproperty
from abc import abstractmethod, abstractproperty
from Qt import QtCore