mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +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.
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
import importlib.util
|
||||
import multiprocessing as mp
|
||||
import os
|
||||
|
|
@ -23,7 +24,6 @@ import sys
|
|||
import tempfile
|
||||
import threading
|
||||
import unittest
|
||||
import asyncio
|
||||
from contextlib import contextmanager
|
||||
|
||||
# Mock GstPlayer so that the forked process doesn't attempt to import gi:
|
||||
|
|
|
|||
Loading…
Reference in a new issue