Merge pull request #9 from yaolug/patch-1

Delete unused file
This commit is contained in:
P G Keerthana Gopalakrishnan 2023-02-10 17:59:58 -08:00 committed by GitHub
commit 4569641b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
include "devtools/blueprint/bluze/public/bluze.ncl";
include bytes "third_party/py/robotics_transformer/bluze.textproto" as textproto;
// See go/bluze/guide before editing. To check the generated final blueprint run
// rncl third_party/py/robotics_transformer/robotics_transformer.blueprint printproto blueprint_file
blueprint_file = ::bluze::BlueprintFile(
textproto,
project_name = "robotics_transformer",
teams_product_id = 9019942154,
tech_lead = ["keerthanapg"],
dev_mailing_list = "robotics_transformer-automated@google.com",
mdb_groups = ["robotics"],
buganizer_component_ids = [1150225],
metadata_path = "//depot/google3/third_party/py/robotics_transformer/METADATA",
// Customize your blueprint here: go/blueprint/howto-write.
);