Skip to content

Commit

Permalink
Remove function from type stub
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Jul 18, 2023
1 parent 40499be commit 4f285c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytransform3d/transform_manager/_transform_manager.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class TransformManager(TransformGraphBase):

def _check_transform(self, A2B: npt.ArrayLike) -> np.ndarray: ...

def _path_transform(self, path: List[Hashable]) -> np.ndarray: ...

def _transform_available(self, key: Tuple[Hashable, Hashable]) -> bool: ...

def _set_transform(self, key: Tuple[Hashable, Hashable], A2B: Any): ...
Expand Down

0 comments on commit 4f285c2

Please sign in to comment.