remove remaining pylint hints

This commit is contained in:
Sarah Hoffmann
2024-11-10 22:49:29 +01:00
parent 1f07967787
commit 122ecd4626
10 changed files with 1 additions and 23 deletions

View File

@@ -8,9 +8,6 @@
Module with custom types for SQLAlchemy
"""
# See also https://github.com/PyCQA/pylint/issues/6006
# pylint: disable=useless-import-alias
from .geometry import (Geometry as Geometry)
from .int_array import (IntArray as IntArray)
from .key_value import (KeyValueStore as KeyValueStore)