- fixed the issue with toggling visibility for Excellon objects

- fixed some issue when using Python 3.10
This commit is contained in:
Marius Stanciu
2021-11-10 22:48:59 +02:00
committed by Marius
parent 825701c73c
commit b29586388b
7 changed files with 20 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ from shapely.affinity import translate
from shapely.geometry import box
from io import StringIO, BytesIO
from collections import Iterable
from collections.abc import Iterable
import logging
from copy import deepcopy