Skip to content

Commit

Permalink
Update agent_policy.ts
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
John Schulz authored Nov 3, 2020
1 parent f0242cc commit 640c969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { schema } from '@kbn/config-schema';
import { PackagePolicySchema, NamespaceSchema } from './package_policy';
import { AgentPolicyStatus, agentPolicyStatuses, dataTypes } from '../../../common';
import { agentPolicyStatuses, dataTypes } from '../../../common';

const AgentPolicyBaseSchema = {
name: schema.string({ minLength: 1 }),
Expand Down

0 comments on commit 640c969

Please sign in to comment.