Remove deprecated import

This commit is contained in:
2024-09-23 17:13:05 +02:00
parent b2a01ce453
commit e6157893ae

View File

@ -4,7 +4,6 @@ from typing import Optional
from fastf1.core import Lap, DriverResult from fastf1.core import Lap, DriverResult
from fastf1.events import Event from fastf1.events import Event
from pandas import Timestamp, Timedelta from pandas import Timestamp, Timedelta
from typing_extensions import deprecated
FASTF1_SESSIONTYPE_NORMAL: str = "conventional" FASTF1_SESSIONTYPE_NORMAL: str = "conventional"
FASTF1_SESSIONTYPE_SPRINT: str = "sprint_qualifying" FASTF1_SESSIONTYPE_SPRINT: str = "sprint_qualifying"