Skip to content

Commit 9699a13

Browse files
src/utils.py: fix pylint error with recent python-3.14 fix.
1 parent 2cf119b commit 9699a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
try:
3636
ByteString = typing.ByteString
3737
except AttributeError:
38+
# pylint: disable=unsupported-binary-operation
3839
ByteString = bytes | bytearray | memoryview
3940

4041
AnyType = typing.Any

0 commit comments

Comments
 (0)