refactor: pylint ignore for tests

This commit is contained in:
wyzula-jan
2024-02-07 01:34:50 +01:00
parent bf04a4e04a
commit 4b0542a513
13 changed files with 13 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
# pylint: disable = no-name-in-module,missing-class-docstring, missing-module-docstring
from unittest import mock
import numpy as np