Skip to content

Commit fbbceca

Browse files
Rm runner.py
1 parent 69c36d9 commit fbbceca

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

libsemigroups_pybind11/action.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@
4747
from _libsemigroups_pybind11 import BMat8, side, UNDEFINED
4848

4949
from .adapters import ImageRightAction, ImageLeftAction
50-
from .runner import Runner
5150
from .transf import PPerm, Transf
5251

53-
from .detail.cxx_wrapper import to_cxx, to_py
52+
from .detail.cxx_wrapper import to_cxx, to_py, CxxWrapper as _CxxWrapper
5453

5554

5655
# TODO doc
5756
class Action(
58-
Runner
57+
_CxxWrapper
5958
): # pylint: disable=invalid-name, too-many-instance-attributes, no-member
6059
"""
6160
The documentation for this class is taken from RightActionPPerm1List in

libsemigroups_pybind11/runner.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)