Skip to content

Commit

Permalink
misc(lint): Suppress false positive
Browse files Browse the repository at this point in the history
The slice file is generated and loaded at runtime.
  • Loading branch information
Kissaki committed Mar 15, 2024
1 parent 2d8de5f commit 1e43ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mbf2man.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def lslice(slf):
print("Done")

print("Import dynamically compiled murmur class...", end=' ')
import Murmur
import Murmur # pylint: disable=E0401 # pyright: ignore

print("Done")
print("Establish ice connection...", end=' ')
Expand Down

0 comments on commit 1e43ea9

Please sign in to comment.