Skip to content

Commit

Permalink
Fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Aug 9, 2024
1 parent a432872 commit 9a143ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highway_env/envs/exit_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np

from highway_env import utils
from highway_env.envs import HighwayEnv
from highway_env.envs.highway_env import HighwayEnv
from highway_env.envs.common.action import Action
from highway_env.road.lane import CircularLane
from highway_env.road.road import Road, RoadNetwork
Expand Down

0 comments on commit 9a143ec

Please sign in to comment.