diff --git a/tensorboard/webapp/app_routing/location.ts b/tensorboard/webapp/app_routing/location.ts index 2111a4b972..ae5e717921 100644 --- a/tensorboard/webapp/app_routing/location.ts +++ b/tensorboard/webapp/app_routing/location.ts @@ -16,12 +16,7 @@ import {Injectable} from '@angular/core'; import {fromEvent, Observable} from 'rxjs'; import {map} from 'rxjs/operators'; import {createURLSearchParamsFromSerializableQueryParams} from './internal_utils'; -import { - Navigation, - NavigationFromHistory, - Route, - SerializableQueryParams, -} from './types'; +import {NavigationFromHistory, Route, SerializableQueryParams} from './types'; export interface LocationInterface { getHref(): string;