Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Alegre committed Aug 9, 2024
1 parent 24ad882 commit 9f536aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highway_env/envs/intersection_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.common.abstract import AbstractEnv, MultiAgentWrapper
from highway_env.envs.common.abstract import AbstractEnv
from highway_env.road.lane import AbstractLane, CircularLane, LineType, StraightLane
from highway_env.road.regulation import RegulatedRoad
from highway_env.road.road import RoadNetwork
Expand Down

0 comments on commit 9f536aa

Please sign in to comment.