Skip to content

Commit 0d9e20e

Browse files
Matrix: Fix linting
1 parent 71a5255 commit 0d9e20e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libsemigroups_pybind11/matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"""
1313

1414
from enum import Enum as _Enum
15-
16-
from typing_extensions import Self as _Self, Union as _Union
15+
from typing import Union as _Union
16+
from typing_extensions import Self as _Self
1717

1818
from _libsemigroups_pybind11 import ( # pylint: disable=no-name-in-module
1919
BMat as _BMat,

0 commit comments

Comments
 (0)