Skip to content

Commit

Permalink
Fix import sorting in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Sep 11, 2020
1 parent 7becc9d commit cc1877e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_sync.py
@@ -1,9 +1,8 @@
import asyncio
from concurrent.futures import thread
import multiprocessing
import threading
import time
import multiprocessing
from concurrent.futures import ThreadPoolExecutor
from concurrent.futures import ThreadPoolExecutor, thread
from functools import wraps
from unittest import TestCase

Expand Down

0 comments on commit cc1877e

Please sign in to comment.