Skip to content

Commit 765b54d

Browse files
committed
[#noissue] Clean unused import
1 parent 93c6a3b commit 765b54d

9 files changed

+4
-10
lines changed

web/src/main/angular/src/app/core/components/alarm-rule-list/alarm-rule-list-container.component.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import { Component, OnInit, OnDestroy, ComponentFactoryResolver, Injector } from '@angular/core';
22
import { Subject, forkJoin } from 'rxjs';
33
import { TranslateService } from '@ngx-translate/core';
4+
import { filter, takeUntil } from 'rxjs/operators';
45

56
import { TranslateReplaceService, AnalyticsService, TRACKED_EVENT_LIST, DynamicPopupService, WebAppSettingDataService, WebhookDataService, IWebhook } from 'app/shared/services';
67
import { UserGroupDataService, IUserGroup } from 'app/core/components/user-group/user-group-data.service';
78
import { ApplicationListInteractionForConfigurationService } from 'app/core/components/application-list/application-list-interaction-for-configuration.service';
89
import { NotificationType, IAlarmForm } from './alarm-rule-create-and-update.component';
910
import { AlarmRuleDataService, IAlarmRule, IAlarmRuleCreated, IAlarmRuleDelete, IAlarmRuleResponse, IAlarmWithWebhook } from './alarm-rule-data.service';
10-
import { isThatType } from 'app/core/utils/util';
11-
import { filter, takeUntil } from 'rxjs/operators';
1211
import { HELP_VIEWER_LIST, HelpViewerPopupContainerComponent } from '../help-viewer-popup/help-viewer-popup-container.component';
1312

1413
@Component({

web/src/main/angular/src/app/core/components/group-member/group-member-container.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Subject, Observable } from 'rxjs';
33
import { TranslateService } from '@ngx-translate/core';
44

55
import { GroupMemberDataService, IGroupMember, IGroupMemberResponse } from './group-member-data.service';
6-
import { isThatType, isEmpty } from 'app/core/utils/util';
6+
import { isEmpty } from 'app/core/utils/util';
77
import { MessageQueueService, MESSAGE_TO, AnalyticsService, TRACKED_EVENT_LIST } from 'app/shared/services';
88

99
@Component({

web/src/main/angular/src/app/core/components/inspector-chart/agent-data-source-chart-container.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
} from 'app/shared/services';
1616
import { AgentDataSourceChartDataService, IAgentDataSourceChart } from './agent-data-source-chart-data.service';
1717
import { HELP_VIEWER_LIST, HelpViewerPopupContainerComponent } from 'app/core/components/help-viewer-popup/help-viewer-popup-container.component';
18-
import { isThatType } from 'app/core/utils/util';
1918
import { InspectorPageService, ISourceForChart } from 'app/routes/inspector-page/inspector-page.service';
2019
import { IInspectorChartData } from './inspector-chart-data.service';
2120
import { Layer } from './inspector-chart-container.component';

web/src/main/angular/src/app/core/components/inspector-chart/application-data-source-chart-container.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { takeUntil, tap, switchMap, catchError, filter } from 'rxjs/operators';
88
import { AnalyticsService, StoreHelperService, DynamicPopupService, TRACKED_EVENT_LIST } from 'app/shared/services';
99
import { ApplicationDataSourceChartDataService, IApplicationDataSourceChart } from './application-data-source-chart-data.service';
1010
import { HELP_VIEWER_LIST, HelpViewerPopupContainerComponent } from 'app/core/components/help-viewer-popup/help-viewer-popup-container.component';
11-
import { isThatType } from 'app/core/utils/util';
1211
import { InspectorPageService, ISourceForChart } from 'app/routes/inspector-page/inspector-page.service';
1312
import { IInspectorChartData } from './inspector-chart-data.service';
1413
import { makeXData, makeYData, getMaxTickValue } from 'app/core/utils/chart-util';

web/src/main/angular/src/app/core/components/pinpoint-user/pinpoint-user-container.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { TranslateService } from '@ngx-translate/core';
44

55
import { TranslateReplaceService, WebAppSettingDataService, MessageQueueService, MESSAGE_TO, AnalyticsService, TRACKED_EVENT_LIST } from 'app/shared/services';
66
import { PinpointUserDataService, IPinpointUserResponse } from './pinpoint-user-data.service';
7-
import { isThatType, isEmpty } from 'app/core/utils/util';
7+
import { isEmpty } from 'app/core/utils/util';
88

99
@Component({
1010
selector: 'pp-pinpoint-user-container',

web/src/main/angular/src/app/core/components/server-map/server-map-for-filtered-map-data.service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { Actions } from 'app/shared/store/reducers';
77
import { UrlQuery, UrlPathId, UrlPath } from 'app/shared/models';
88
import { WebAppSettingDataService, NewUrlStateNotificationService, StoreHelperService, DynamicPopupService, UrlRouteManagerService } from 'app/shared/services';
99
import { ServerErrorPopupContainerComponent } from 'app/core/components/server-error-popup/server-error-popup-container.component';
10-
import { isThatType } from 'app/core/utils/util';
1110

1211
@Injectable()
1312
export class ServerMapForFilteredMapDataService {

web/src/main/angular/src/app/core/components/user-group/user-group-container.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { TranslateService } from '@ngx-translate/core';
44

55
import { WebAppSettingDataService, TranslateReplaceService, MessageQueueService, MESSAGE_TO, AnalyticsService, TRACKED_EVENT_LIST } from 'app/shared/services';
66
import { UserGroupDataService, IUserGroup, IUserGroupCreated, IUserGroupDeleted } from './user-group-data.service';
7-
import { isThatType, isEmpty } from 'app/core/utils/util';
7+
import { isEmpty } from 'app/core/utils/util';
88

99
@Component({
1010
selector: 'pp-user-group-container',

web/src/main/angular/src/app/core/components/webhook-list/webhook-list-container.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { TranslateService } from '@ngx-translate/core';
66
import { IWebhook, IWebhookCreate, IWebhookRule, WebhookDataService } from 'app/shared/services/webhook-data.service';
77
import { AnalyticsService, TRACKED_EVENT_LIST, WebAppSettingDataService, TranslateReplaceService } from 'app/shared/services';
88
import { ApplicationListInteractionForConfigurationService } from 'app/core/components/application-list/application-list-interaction-for-configuration.service';
9-
import { isThatType } from 'app/core/utils/util';
109

1110
@Component({
1211
selector: 'pp-webhook-list-container',

web/src/main/angular/src/app/core/httpInterceptor/error-interceptor.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { Observable, throwError, EMPTY, of } from 'rxjs';
44
import { catchError, retry, switchMap } from 'rxjs/operators';
55

66
import { AuthService } from 'app/shared/services';
7-
import { isThatType } from 'app/core/utils/util';
87

98

109
@Injectable()

0 commit comments

Comments
 (0)