From 42545de2e65a964eedef84a8303d6a0f428e6002 Mon Sep 17 00:00:00 2001 From: Brian Dubois Date: Tue, 15 Aug 2023 12:49:04 -0400 Subject: [PATCH] Hparams: Fix internal Builder failure for test. (#6545) Googlers, see cl/557139147 for failure. The CL's presubmit passes because the tests are not run but fixing the Builder failures seems like good hygiene. --- tensorboard/webapp/hparams/_redux/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorboard/webapp/hparams/_redux/BUILD b/tensorboard/webapp/hparams/_redux/BUILD index 9b7964c675a..d2b0fc296da 100644 --- a/tensorboard/webapp/hparams/_redux/BUILD +++ b/tensorboard/webapp/hparams/_redux/BUILD @@ -170,6 +170,7 @@ tf_ts_library( "//tensorboard/webapp/testing:utils", "//tensorboard/webapp/webapp_data_source:http_client_testing", "@npm//@ngrx/effects", + "@npm//@ngrx/store", "@npm//@types/jasmine", "@npm//rxjs", ],