mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add explicit types where they aren't needed.
I have no idea why mypy is whining about this.
This commit is contained in:
@@ -6,7 +6,7 @@ from .eventstream import EventStream
|
||||
from .models import GameUpdateEventsJs
|
||||
from .. import GameContext
|
||||
|
||||
router = APIRouter()
|
||||
router: APIRouter = APIRouter()
|
||||
|
||||
|
||||
@router.websocket("/eventstream")
|
||||
|
||||
Reference in New Issue
Block a user