Merge pull request #403 from oddstr13/pr-flake8-2

Fix flake8 lints
This commit is contained in:
mcarlton00 2020-10-03 22:33:36 -04:00 committed by GitHub
commit 00ba67772d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 10 deletions

View file

@ -69,7 +69,6 @@ class LogHandler(logging.StreamHandler):
xbmc.log(string, level=self.level)
@classmethod
def _get_log_level(cls, level):