unused imports, use imports
This commit is contained in:
parent
8b5e58fa80
commit
990443a8f3
|
@ -8,6 +8,7 @@ from .packet import ByteBuffer, Packet, packet_handler
|
|||
|
||||
|
||||
__all__ = (
|
||||
"server",
|
||||
"constants",
|
||||
"CPacket",
|
||||
"Logger",
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
from json import dumps
|
||||
from urllib.robotparser import RequestRate
|
||||
from sanic import Sanic, Blueprint, json
|
||||
from sanic.config import Config
|
||||
from sanic.blueprint_group import BlueprintGroup
|
||||
from re import compile
|
||||
|
||||
|
|
Loading…
Reference in New Issue