Skip to content

Commit 5e82f9d

Browse files
forest: lint
1 parent f25e675 commit 5e82f9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/libsemigroups_pybind11/forest.py

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

1515
from typing_extensions import Self as _Self
1616

17-
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
17+
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module, unused-import
1818
forest_PathsFromRoots as PathsFromRoots,
1919
forest_PathsToRoots as PathsToRoots,
2020
forest_depth as depth,

tests/test_forest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
arising from forest.*pp in libsemigroups.
1414
"""
1515

16-
import pytest
17-
1816
from copy import copy
1917

18+
import pytest
19+
2020
from libsemigroups_pybind11 import Forest, UNDEFINED, forest
2121

2222

0 commit comments

Comments
 (0)