We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25e675 commit 5e82f9dCopy full SHA for 5e82f9d
src/libsemigroups_pybind11/forest.py
@@ -14,7 +14,7 @@
14
15
from typing_extensions import Self as _Self
16
17
-from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
+from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module, unused-import
18
forest_PathsFromRoots as PathsFromRoots,
19
forest_PathsToRoots as PathsToRoots,
20
forest_depth as depth,
tests/test_forest.py
@@ -13,10 +13,10 @@
13
arising from forest.*pp in libsemigroups.
"""
-import pytest
-
from copy import copy
+import pytest
+
from libsemigroups_pybind11 import Forest, UNDEFINED, forest
21
22
0 commit comments