Skip to content

Commit cb1fbcb

Browse files
committed
testing
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
1 parent 61917c0 commit cb1fbcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

maint_tools/build_plugin_image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ async def build_all(registry: str | None = None, builder: str | None = "local"):
4545
parser.add_argument("--builder", choices=["local", "remote"], default="local", help="Image builder to use")
4646

4747
args = parser.parse_args()
48-
# can remove this and only specify one in the future
49-
assert args.registry
5048

5149
flyte.init_from_config()
5250
if args.type == "vllm":

0 commit comments

Comments
 (0)