Skip to content

Commit

Permalink
Fix linting with unused import removal
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Sep 16, 2020
1 parent cc1877e commit cfd82e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sync.py
Expand Up @@ -2,7 +2,7 @@
import multiprocessing
import threading
import time
from concurrent.futures import ThreadPoolExecutor, thread
from concurrent.futures import ThreadPoolExecutor
from functools import wraps
from unittest import TestCase

Expand Down

0 comments on commit cfd82e4

Please sign in to comment.