Skip to content

Commit 42cf4c3

Browse files
Disable some lints
1 parent 8ce5701 commit 42cf4c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/alphabet-order/todd_coxeter_alphabet_order.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pylint: disable=redefined-outer-name, redefined-loop-name
12
"""In this file, we demonstrate the impact of changing the order of a ToddCoxeter alphabet"""
23

34
from collections.abc import Callable

0 commit comments

Comments
 (0)