resort the import library

This commit is contained in:
freddiewanah 2024-04-10 15:40:40 +02:00
parent 96c9a9531f
commit a3b5101d1a

View file

@ -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: