Skip to content

Commit

Permalink
remove async_unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
jthorniley committed Jan 23, 2024
1 parent f24c983 commit dbdd78c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/asgi/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ class SignalHandler:

threads = []

@async_unsafe
def __call__(self, **kwargs):
self.threads.append(threading.current_thread())

Expand Down

0 comments on commit dbdd78c

Please sign in to comment.