Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 27, 2025
1 parent d0646d4 commit 66baaeb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/Rules/Rules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { Rule, NotificationCategory } from '@app/Shared/Services/api.types';
import { ServiceContext } from '@app/Shared/Services/Services';
import { useSubscriptions } from '@app/utils/hooks/useSubscriptions';
import { TableColumn, formatBytes, formatDuration, sortResources, portalRoot } from '@app/utils/utils';
import { useCryostatTranslation } from '@i18n/i18nextUtil';
import {
Button,
Card,
Expand Down Expand Up @@ -64,7 +65,6 @@ import { first } from 'rxjs/operators';
import { RuleDeleteWarningModal } from './RuleDeleteWarningModal';
import { RuleUploadModal } from './RulesUploadModal';
import { RuleToDeleteOrDisable } from './types';
import { useCryostatTranslation } from '@i18n/i18nextUtil';

export interface RulesTableProps {}

Expand Down
2 changes: 1 addition & 1 deletion src/app/Shared/Services/Api.service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ import {
GraphQLError,
} from './api.utils';
import { NotificationService } from './Notifications.service';
import { TargetService } from './Target.service';
import { CryostatContext } from './Services';
import { TargetService } from './Target.service';

export class ApiService {
private readonly archiveEnabled = new BehaviorSubject<boolean>(true);
Expand Down
2 changes: 1 addition & 1 deletion src/app/Shared/Services/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/
import * as React from 'react';
import { Observable, of } from 'rxjs';
import { ApiService } from './Api.service';
import { LoginService } from './Login.service';
import { NotificationChannel } from './NotificationChannel.service';
Expand All @@ -22,7 +23,6 @@ import { ReportService } from './Report.service';
import { SettingsService } from './Settings.service';
import { TargetService } from './Target.service';
import { TargetsService } from './Targets.service';
import { Observable, of } from 'rxjs';

export interface Services {
target: TargetService;
Expand Down
3 changes: 1 addition & 2 deletions src/app/utils/fakeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ import {
AnalysisResult,
SimpleResponse,
} from '@app/Shared/Services/api.types';
import { LoginService } from '@app/Shared/Services/Login.service';
import { NotificationChannel } from '@app/Shared/Services/NotificationChannel.service';
import { NotificationService, NotificationsInstance } from '@app/Shared/Services/Notifications.service';
import { ReportService } from '@app/Shared/Services/Report.service';
import { ChartControllerConfig } from '@app/Shared/Services/service.types';
import { CryostatContext, defaultServices, Services } from '@app/Shared/Services/Services';
import { defaultServices, Services } from '@app/Shared/Services/Services';
import { SettingsService } from '@app/Shared/Services/Settings.service';
import { TargetService } from '@app/Shared/Services/Target.service';
import { Observable, of } from 'rxjs';
Expand Down

0 comments on commit 66baaeb

Please sign in to comment.