71429: LGTM fixes

This commit is contained in:
Kristof De Langhe
2020-07-02 14:28:35 +02:00
parent ba3c8d2b9e
commit d562b19d57
4 changed files with 6 additions and 7 deletions

View File

@@ -3,9 +3,9 @@ import { Observable } from 'rxjs/internal/Observable';
import { MenuService } from './menu.service';
import { MenuID } from './initial-menus-state';
import { MenuSection } from './menu.reducer';
import { distinctUntilChanged, filter, first, map, tap } from 'rxjs/operators';
import { distinctUntilChanged, first, map } from 'rxjs/operators';
import { GenericConstructor } from '../../core/shared/generic-constructor';
import { hasNoValue, hasValue } from '../empty.util';
import { hasValue } from '../empty.util';
import { MenuSectionComponent } from './menu-section/menu-section.component';
import { getComponentForMenu } from './menu-section.decorator';
import { Subscription } from 'rxjs/internal/Subscription';