no more pylint

This commit is contained in:
Adeeb Shihadeh
2025-06-01 13:53:42 -07:00
parent 4f227f88c8
commit c19692245c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
import matplotlib.pyplot as plt # pylint: disable=import-error
import matplotlib.pyplot as plt
HASHING_PRIME = 23
REGISTER_MAP_SIZE = 0x3FF