Skip to content

Commit

Permalink
Update typing gym/f110_gym/envs/base_classes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiberducci authored Dec 26, 2023
1 parent 60b7758 commit 64605ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym/f110_gym/envs/base_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Replacement of the old RaceCar, Simulator classes in C++
Author: Hongrui Zheng
"""
from typing import List
from __future__ import annotations
import numpy as np
from f110_gym.envs.dynamic_models import DynamicModel
from f110_gym.envs.action import CarAction
Expand Down

0 comments on commit 64605ba

Please sign in to comment.