- 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

@@ -38,7 +38,7 @@ from shapely.geometry import shape
from descartes.patch import PolygonPatch
# ---------------------------------------
from collections import Iterable
from collections.abc import Iterable
import rasterio
from rasterio.features import shapes