Skip to content

Commit 816e4e0

Browse files
committed
fix pylint in CI
Signed-off-by: bigcat88 <[email protected]>
1 parent 48c9113 commit 816e4e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nc_py_api/options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Specifying options in **kwargs** has higher priority than this.
55
"""
66

7+
# pylint: disable=invalid-name
8+
79
from os import environ
810

911
from dotenv import load_dotenv

0 commit comments

Comments
 (0)