We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95238e5 commit e6d4ca4Copy full SHA for e6d4ca4
1 file changed
mss/factory.py
@@ -26,6 +26,7 @@ def mss(**kwargs):
26
It then proxies its arguments to the class for
27
instantiation.
28
"""
29
+ # pylint: disable=import-outside-toplevel
30
31
os_ = platform.system().lower()
32
0 commit comments