From a4b4c7b37cde41fa5f895ca76af54eb50b5a6722 Mon Sep 17 00:00:00 2001 From: Gorgious Date: Fri, 27 Aug 2021 10:38:19 +0200 Subject: [PATCH] Minor fix for https://github.com/IfcOpenShell/IfcOpenShell/pull/1699 --- .../ifcopenshell/api/georeference/edit_georeferencing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/georeference/edit_georeferencing.py b/src/ifcopenshell-python/ifcopenshell/api/georeference/edit_georeferencing.py index f1806b4496..92048230d1 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/georeference/edit_georeferencing.py +++ b/src/ifcopenshell-python/ifcopenshell/api/georeference/edit_georeferencing.py @@ -1,4 +1,3 @@ -import ifcopenshell.util.unit class Usecase: @@ -8,7 +7,6 @@ class Usecase: "map_conversion": {}, "projected_crs": {}, "true_north": [], - "map_unit": "", } for key, value in settings.items(): self.settings[key] = value