mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 04:07:29 +08:00
remove unused imports
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
from twisted.internet.protocol import DatagramProtocol
|
||||
import logging
|
||||
|
||||
from core.config import CoreConfig
|
||||
from .config import IDZConfig
|
||||
|
||||
class IDZEcho:
|
||||
def connection_made(self, transport):
|
||||
self.transport = transport
|
||||
|
||||
Reference in New Issue
Block a user