We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c9113 commit 816e4e0Copy full SHA for 816e4e0
nc_py_api/options.py
@@ -4,6 +4,8 @@
4
Specifying options in **kwargs** has higher priority than this.
5
"""
6
7
+# pylint: disable=invalid-name
8
+
9
from os import environ
10
11
from dotenv import load_dotenv
0 commit comments