[CST-5270] Fix LGTM alerts

This commit is contained in:
Giuseppe Digilio
2022-05-25 09:24:14 +02:00
parent d1f8bb6d7b
commit 98b1667ca7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import { AlertType } from './../../../shared/alert/aletr-type';
import { Component, Inject, QueryList, ViewChildren } from '@angular/core';
import { AlertType } from '../../../shared/alert/aletr-type';
import { Component, Inject } from '@angular/core';
import { BehaviorSubject, interval, Observable, of, Subscription } from 'rxjs';
import { BehaviorSubject, Observable, of, Subscription } from 'rxjs';
import { JsonPatchOperationPathCombiner } from '../../../core/json-patch/builder/json-patch-operation-path-combiner';
import { JsonPatchOperationsBuilder } from '../../../core/json-patch/builder/json-patch-operations-builder';