diff --git a/hub/imports/geometry_factory.py b/hub/imports/geometry_factory.py index bd3e9a4c..247288ef 100644 --- a/hub/imports/geometry_factory.py +++ b/hub/imports/geometry_factory.py @@ -18,7 +18,6 @@ class GeometryFactory: """ def __init__(self, file_type, path=None, - data_frame=None, aliases_field=None, height_field=None, year_of_construction_field=None, @@ -28,7 +27,6 @@ class GeometryFactory: self._file_type = '_' + file_type.lower() validate_import_export_type(GeometryFactory, file_type) self._path = path - self._data_frame = data_frame self._aliases_field = aliases_field self._height_field = height_field self._year_of_construction_field = year_of_construction_field