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 b20d788 commit f3a0570Copy full SHA for f3a0570
1 file changed
src/libsemigroups_pybind11/sims.py
@@ -13,7 +13,7 @@
13
14
from typing_extensions import Self as _Self
15
16
-from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
+from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module, unused-import
17
MinimalRepOrc as _MinimalRepOrc,
18
PresentationWord as _PresentationWord,
19
RepOrc as _RepOrc,
0 commit comments