Skip to content

Commit 52f17fc

Browse files
Update libsemigroups_pybind11/adapters.py
Co-authored-by: Joe Edwards <80713360+Joseph-Edwards@users.noreply.github.com>
1 parent 4fc0738 commit 52f17fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsemigroups_pybind11/adapters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from typing import TypeVar as _TypeVar
1515
from typing_extensions import Self as _Self
1616

17-
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module,unused-import
17+
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
1818
# TODO Transf
1919
# TODO other pperms
2020
BMat8 as _BMat8,

0 commit comments

Comments
 (0)