Remove comment

This commit is contained in:
YishiMichael
2022-03-30 22:04:10 +08:00
parent a8039d803e
commit 9bbbed3a83

View File

@ -3,7 +3,6 @@ from __future__ import annotations
import re
import colour
import itertools as it
#from types import MethodType
from typing import Iterable, Union, Sequence
from abc import abstractmethod