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,6 +1,6 @@
import os
from mopidy import ext, config
from mopidy import config, ext
__version__ = "0.2.1"