From aa3fecedcf97d1ebaecb3dfc28dc43bb43392ad7 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 18 Dec 2024 16:13:47 -0700 Subject: [PATCH] lint fix --- .../dynamic-compare/components/plots/plots.component.ts | 2 +- .../nshmp-apps/src/app/source/model-maps/app.component.ts | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/projects/nshmp-apps/src/app/dev/hazard/dynamic-compare/components/plots/plots.component.ts b/projects/nshmp-apps/src/app/dev/hazard/dynamic-compare/components/plots/plots.component.ts index 2b3fbd277..bec0fcca3 100644 --- a/projects/nshmp-apps/src/app/dev/hazard/dynamic-compare/components/plots/plots.component.ts +++ b/projects/nshmp-apps/src/app/dev/hazard/dynamic-compare/components/plots/plots.component.ts @@ -1,4 +1,4 @@ -import {AsyncPipe, NgClass} from '@angular/common'; +import {NgClass} from '@angular/common'; import {Component, computed, Signal} from '@angular/core'; import {MatDivider} from '@angular/material/divider'; import { diff --git a/projects/nshmp-apps/src/app/source/model-maps/app.component.ts b/projects/nshmp-apps/src/app/source/model-maps/app.component.ts index ead3d47b6..8e75d6ec5 100644 --- a/projects/nshmp-apps/src/app/source/model-maps/app.component.ts +++ b/projects/nshmp-apps/src/app/source/model-maps/app.component.ts @@ -1,10 +1,4 @@ -import { - Component, - effect, - OnDestroy, - OnInit, - ViewEncapsulation, -} from '@angular/core'; +import {Component, effect, OnInit, ViewEncapsulation} from '@angular/core'; import {NshmpLibNgAboutPageComponent} from '@ghsc/nshmp-lib-ng/about'; import {NshmpLibNgHazardProvisionalModelComponent} from '@ghsc/nshmp-lib-ng/hazard'; import {NshmpLibNgTemplateComponent} from '@ghsc/nshmp-lib-ng/nshmp'; -- GitLab