Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Feb 4, 2021
1 parent e15ad73 commit 70e3cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asgiref/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import threading
import weakref
from concurrent.futures import Future, ThreadPoolExecutor
from typing import Any, Dict, TYPE_CHECKING
from typing import Dict, TYPE_CHECKING

from .current_thread_executor import CurrentThreadExecutor
from .local import Local
Expand Down

0 comments on commit 70e3cfb

Please sign in to comment.