Skip to content

Commit 4fc0738

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsemigroups_pybind11/transf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from typing import Any as _Any, List, Union
1717
from typing_extensions import Self
1818

19-
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module,unused-import
19+
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
2020
PPerm1 as _PPerm1,
2121
PPerm2 as _PPerm2,
2222
PPerm4 as _PPerm4,

0 commit comments

Comments
 (0)