Skip to content

Commit

Permalink
Remove unused bazel imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesinouye committed Mar 26, 2024
1 parent 6ca514d commit dea1e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion place_and_route/private/resize.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Resize openROAD commands"""

load("@rules_hdl//pdk:open_road_configuration.bzl", "get_open_road_configuration")
load("//place_and_route:open_road.bzl", "OpenRoadInfo", "format_openroad_do_not_use_list", "merge_open_road_info", "openroad_command", "placement_padding_commands", "timing_setup_commands")
load("//place_and_route:open_road.bzl", "OpenRoadInfo", "merge_open_road_info", "openroad_command", "placement_padding_commands")
load("//synthesis:build_defs.bzl", "SynthesisInfo")

def resize(ctx, open_road_info):
Expand Down

0 comments on commit dea1e6a

Please sign in to comment.