Skip to content

Commit f3a0570

Browse files
Fix linting
1 parent b20d788 commit f3a0570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libsemigroups_pybind11/sims.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from typing_extensions import Self as _Self
1515

16-
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
16+
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module, unused-import
1717
MinimalRepOrc as _MinimalRepOrc,
1818
PresentationWord as _PresentationWord,
1919
RepOrc as _RepOrc,

0 commit comments

Comments
 (0)