Skip to content

Commit e6d4ca4

Browse files
committed
MSS: Fix pylint: Import outside toplevel (%s) (import-outside-toplevel)
1 parent 95238e5 commit e6d4ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mss/factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def mss(**kwargs):
2626
It then proxies its arguments to the class for
2727
instantiation.
2828
"""
29+
# pylint: disable=import-outside-toplevel
2930

3031
os_ = platform.system().lower()
3132

0 commit comments

Comments
 (0)