Skip to content

Commit

Permalink
fixup types
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 22, 2020
1 parent ffa149a commit 92c0da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-pm/src/utils/project_checksums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { promisify } from 'util';

import execa from 'execa';

import { readYarnLock, YarnLock, resolveDepsForProject } from './yarn_lock';
import { YarnLock, resolveDepsForProject } from './yarn_lock';
import { ProjectMap } from '../utils/projects';
import { Project } from '../utils/project';
import { Kibana } from '../utils/kibana';
Expand Down

0 comments on commit 92c0da3

Please sign in to comment.