Fix LGTM issues

This commit is contained in:
Yana De Pauw
2021-03-11 15:45:04 +01:00
parent b4e40c820f
commit 1172869549
13 changed files with 8 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ import { Component, OnDestroy, OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { BehaviorSubject, combineLatest, Subscription } from 'rxjs';
import { filter, mergeMap, take, tap } from 'rxjs/operators';
import { filter, mergeMap, take } from 'rxjs/operators';
import { NgbModal, NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
import { ExternalSourceService } from '../../core/data/external-source.service';