From 3aff764075e1c39ff92da3e42b770eaf478ee09f Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Tue, 10 Feb 2026 14:11:12 +0100 Subject: [PATCH] update __init__.py to remove simplify_path --- src/pg_rad/path/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pg_rad/path/__init__.py b/src/pg_rad/path/__init__.py index 20be9b2..8874a3d 100644 --- a/src/pg_rad/path/__init__.py +++ b/src/pg_rad/path/__init__.py @@ -3,7 +3,6 @@ __ignore__ = ["logger"] from pg_rad.path import path -from pg_rad.path.path import (Path, PathSegment, path_from_RT90, - simplify_path,) +from pg_rad.path.path import (Path, PathSegment, path_from_RT90,) -__all__ = ['Path', 'PathSegment', 'path', 'path_from_RT90', 'simplify_path'] +__all__ = ['Path', 'PathSegment', 'path', 'path_from_RT90']