remove doubled import

This commit is contained in:
Jakub Trllo 2025-09-25 11:36:56 +02:00
parent d55ac4aa54
commit c9bb43059d

View file

@ -27,7 +27,6 @@ from .utils import (
get_representation_path,
get_representation_path_from_context,
get_representation_path,
get_representation_path_with_anatomy,
is_compatible_loader,
@ -88,7 +87,6 @@ __all__ = (
"get_representation_path",
"get_representation_path_from_context",
"get_representation_path",
"get_representation_path_with_anatomy",
"is_compatible_loader",