removed unnecessary import

This commit is contained in:
Faraphel 2022-07-24 23:16:58 +02:00
parent 8964a052c8
commit 9c2823af95

View file

@ -2,7 +2,7 @@ from typing import Generator
from source.mkw import Tag, Slot
from source.mkw.MKWColor import bmg_color_text
from source.safe_eval import multiple_safe_eval
ModConfig: any