Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthMantri committed Oct 28, 2024
1 parent 42bf34d commit 5ad07de
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ import type {
FeatureKibanaPrivileges,
FeatureKibanaPrivilegesReference,
} from '@kbn/features-plugin/common';
import type {
FeaturesPluginSetup,
KibanaFeature,
SubFeaturePrivilegeIterator,
} from '@kbn/features-plugin/server';
import type { FeaturesPluginSetup, KibanaFeature } from '@kbn/features-plugin/server';
import {
getMinimalPrivilegeId,
isMinimalPrivilegeId,
Expand Down

0 comments on commit 5ad07de

Please sign in to comment.