mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
mypy fix
This commit is contained in:
parent
9907432a0a
commit
28e3c3d817
@ -32,7 +32,7 @@ from typing import Dict, Iterator, List, Optional, TYPE_CHECKING, Tuple
|
|||||||
|
|
||||||
from PIL import Image, ImageDraw, ImageFont
|
from PIL import Image, ImageDraw, ImageFont
|
||||||
from dcs.mission import Mission
|
from dcs.mission import Mission
|
||||||
from suntime import Sun
|
from suntime import Sun # type: ignore
|
||||||
from tabulate import tabulate
|
from tabulate import tabulate
|
||||||
|
|
||||||
from game.ato.flighttype import FlightType
|
from game.ato.flighttype import FlightType
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user