flake8: fix import order violations
This commit is contained in:
parent
257c42e111
commit
f00fd8e1df
@ -5,6 +5,10 @@ import os
|
||||
import signal
|
||||
import sys
|
||||
|
||||
import pykka.debug
|
||||
|
||||
from mopidy import commands, config as config_lib, ext
|
||||
from mopidy.internal import encoding, log, path, process, versioning
|
||||
from mopidy.internal.gi import Gst # noqa: F401
|
||||
|
||||
try:
|
||||
@ -15,11 +19,6 @@ try:
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
import pykka.debug
|
||||
|
||||
from mopidy import commands, config as config_lib, ext
|
||||
from mopidy.internal import encoding, log, path, process, versioning
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user