From 65619b9e0f038db5c60929f7da5db83327a497bf Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Tue, 5 Jun 2018 12:30:10 +0100 Subject: [PATCH] mgr/dashboard: fix lint error Error was introduced in 78dc50443cf64168098f1fb5bc43b7d6125621b8. Signed-off-by: Tiago Melo --- .../src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts index 21170748106bb..378261026d196 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts @@ -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'; -- 2.39.5