Skip to content

Commit

Permalink
Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gazwald committed Oct 31, 2023
1 parent 97c42cb commit ff6d8ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions master/protocols/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import logging

from master.protocols.decoder import Decoder
from master.protocols.models import ALL_ACTIVE_PROTOCOLS, GameProtocol
from master.protocols.models.response import ProtocolResponse
Expand Down
2 changes: 0 additions & 2 deletions master/protocols/models/idtech1/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from pydantic import Field

from master.protocols.models import GameProtocol
from master.protocols.models.response import ProtocolResponse

Expand Down
1 change: 0 additions & 1 deletion master/server/handlers/healthcheck.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
from socketserver import StreamRequestHandler

PROTOCOL: str = "HTTP/1.1"
Expand Down

0 comments on commit ff6d8ae

Please sign in to comment.