This commit is contained in:
Raffson 2023-11-19 01:38:04 +01:00
parent 9907432a0a
commit 28e3c3d817
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -32,7 +32,7 @@ from typing import Dict, Iterator, List, Optional, TYPE_CHECKING, Tuple
from PIL import Image, ImageDraw, ImageFont
from dcs.mission import Mission
from suntime import Sun
from suntime import Sun # type: ignore
from tabulate import tabulate
from game.ato.flighttype import FlightType