Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Nov 8, 2024
1 parent 3b69c49 commit d65605e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsemigroups_pybind11/froidure_pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# The module doc string is what appears at the top of the helper function
# doc page, and so is omitted.

from typing import Self, List, TypeVar as _TypeVar, Iterator
from typing import List, TypeVar as _TypeVar, Iterator
from typing_extensions import Self


from _libsemigroups_pybind11 import (
Expand Down
1 change: 1 addition & 0 deletions src/CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ filter = -readability/todo,
filter = -runtime/printf
filter = -runtime/references,
filter = -runtime/indentation_namespace,
filter = -whitespace/indent_namespace
linelength = 80

0 comments on commit d65605e

Please sign in to comment.