Skip to content

Commit 0a2b1ba

Browse files
fix pylint
1 parent bd2e218 commit 0a2b1ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/efs-guardian/tests/unit/conftest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# pylint: disable=protected-access
2+
# pylint: disable=redefined-outer-name
3+
# pylint: disable=too-many-arguments
4+
# pylint: disable=unused-argument
5+
# pylint: disable=unused-variable
6+
17
import os
28
import shutil
39
import stat

0 commit comments

Comments
 (0)