Browse Source

pylint: disable import-outside-toplevel

All the cases highlighted by this checker are intentional.
Marek Marczykowski-Górecki 4 years ago
parent
commit
3dd92faa0e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .pylintrc

+ 1 - 0
.pylintrc

@@ -16,6 +16,7 @@ disable=
   duplicate-code,
   file-ignored,
   fixme,
+  import-outside-toplevel,
   locally-disabled,
   locally-enabled,
   logging-format-interpolation,