Sort imports with isort

This commit is contained in:
Stein Magnus Jodal 2020-03-08 12:31:00 +01:00
parent 1b04266d92
commit cd22b5f694
6 changed files with 18 additions and 16 deletions

View file

@ -1,9 +1,9 @@
from mopidy import backend
from mopidy_subidy import uri
from mopidy.models import Playlist
import logging
from mopidy import backend
from mopidy.models import Playlist
from mopidy_subidy import uri
logger = logging.getLogger(__name__)