Skip to content

Commit

Permalink
Black and flake fixups (still no check_manifest working reliably)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jun 22, 2020
1 parent d593191 commit ea190c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mopidy_iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_config_schema(self):
schema["spotify_authorization_url"] = config.String()
schema["lastfm_authorization_url"] = config.String()
schema["genius_authorization_url"] = config.String()
schema["data_dir"] = config.String() # Deprecated
schema["data_dir"] = config.String() # Deprecated
return schema

def setup(self, registry):
Expand Down
1 change: 0 additions & 1 deletion mopidy_iris/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from pkg_resources import parse_version
from tornado.escape import json_encode
from tornado.httpclient import AsyncHTTPClient, HTTPRequest
from pathlib import Path

from . import Extension
from .system import IrisSystemThread
Expand Down

0 comments on commit ea190c2

Please sign in to comment.