mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
resort the import library
This commit is contained in:
parent
96c9a9531f
commit
a3b5101d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
"""Tests for BPD's implementation of the MPD protocol.
|
"""Tests for BPD's implementation of the MPD protocol.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import asyncio
|
||||||
import importlib.util
|
import importlib.util
|
||||||
import multiprocessing as mp
|
import multiprocessing as mp
|
||||||
import os
|
import os
|
||||||
|
|
@ -23,7 +24,6 @@ import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
import threading
|
import threading
|
||||||
import unittest
|
import unittest
|
||||||
import asyncio
|
|
||||||
from contextlib import contextmanager
|
from contextlib import contextmanager
|
||||||
|
|
||||||
# Mock GstPlayer so that the forked process doesn't attempt to import gi:
|
# Mock GstPlayer so that the forked process doesn't attempt to import gi:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue