Skip to content

Commit

Permalink
fixes eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Jun 10, 2021
1 parent 98b6851 commit bc83121
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* 2.0.
*/

import { merge } from 'lodash';

import type { PackagePolicy, FullAgentPolicyInput, FullAgentPolicyInputStream } from '../types';
import { DEFAULT_OUTPUT } from '../constants';
import { merge } from 'lodash';

export const storedPackagePoliciesToAgentInputs = (
packagePolicies: PackagePolicy[]
Expand Down

0 comments on commit bc83121

Please sign in to comment.