Skip to content

Commit 900e77a

Browse files
authored
Merge pull request #4096 from oharboe/prune-cruft
fix: remove stale plot_congestion target
2 parents 7788ad7 + 8c4e28c commit 900e77a

2 files changed

Lines changed: 0 additions & 32 deletions

File tree

flow/util/BUILD.bazel

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
load("@orfs-pip//:requirements.bzl", "requirement")
21
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
32

43
exports_files(["open_plots.sh"])
54

6-
py_binary(
7-
name = "plot_congestion",
8-
srcs = ["plot_congestion.py"],
9-
main = "plot_congestion.py",
10-
visibility = ["//visibility:public"],
11-
deps = [requirement("matplotlib")],
12-
)
13-
145
compile_pip_requirements(
156
name = "requirements",
167
src = "requirements.in",

flow/util/plot_congestion.bzl

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)