mirror of
https://github.com/django/daphne.git
synced 2025-07-27 07:29:46 +03:00
solve test 2
This commit is contained in:
parent
5f92665074
commit
d4396d36df
|
@ -2,6 +2,8 @@ import argparse
|
|||
import functools
|
||||
import logging
|
||||
import sys
|
||||
import signal
|
||||
|
||||
from argparse import ArgumentError, Namespace
|
||||
|
||||
from asgiref.compatibility import is_double_callable
|
||||
|
@ -11,8 +13,6 @@ from .endpoints import build_endpoint_description_strings
|
|||
from .server import Server
|
||||
from .utils import import_by_path
|
||||
|
||||
import signal
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user