Skip to content

Commit 062499b

Browse files
committed
Dismissing false pylint error
1 parent 306ca50 commit 062499b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/blueprints/member_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33

44
from datetime import datetime
5-
from distutils.util import strtobool
5+
from distutils.util import strtobool # pylint: disable=no-name-in-module,import-error
66

77
import structlog
88

0 commit comments

Comments
 (0)