]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix lint error 22417/head
authorTiago Melo <tspmelo@gmail.com>
Tue, 5 Jun 2018 11:30:10 +0000 (12:30 +0100)
committerTiago Melo <tspmelo@gmail.com>
Tue, 5 Jun 2018 11:30:10 +0000 (12:30 +0100)
Error was introduced in 78dc50443cf64168098f1fb5bc43b7d6125621b8.

Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts

index 21170748106bb1146532108b6becc0fb8e938f2a..378261026d196ed31a18bf1d6b9c56bc0864625f 100644 (file)
@@ -1,7 +1,6 @@
 import { Component, Input, OnChanges, OnInit, TemplateRef, ViewChild } from '@angular/core';
 
 import * as _ from 'lodash';
-import { Subscription } from 'rxjs';
 
 import { CephfsService } from '../../../shared/api/cephfs.service';
 import { CdTableSelection } from '../../../shared/models/cd-table-selection';