Skip to content

opensubtitles: Disable "import locale" pylint warning

Bastien Nocera requested to merge wip/hadess/pylint-error into master

Disable the pylint warning that resulted in this code being an error: src/plugins/opensubtitles/opensubtitles.py:263:12: C0415: Import outside toplevel (locale) (import-outside-toplevel)

Closes: #389 (closed)

Merge request reports