update __init__.py to remove simplify_path

This commit is contained in:
Pim Nelissen
2026-02-10 14:11:12 +01:00
parent 05a71c31a8
commit 3aff764075

View File

@ -3,7 +3,6 @@ __ignore__ = ["logger"]
from pg_rad.path import path from pg_rad.path import path
from pg_rad.path.path import (Path, PathSegment, path_from_RT90, from pg_rad.path.path import (Path, PathSegment, path_from_RT90,)
simplify_path,)
__all__ = ['Path', 'PathSegment', 'path', 'path_from_RT90', 'simplify_path'] __all__ = ['Path', 'PathSegment', 'path', 'path_from_RT90']