Skip to content

Commit

Permalink
chore: fix duplicate import (#11756)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Sep 15, 2021
1 parent 2f5abc3 commit b9ae26b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/manager/terraform/extract.ts
@@ -1,6 +1,5 @@
import { logger } from '../../logger';
import type { ExtractConfig } from '../types';
import type { PackageDependency, PackageFile } from '../types';
import type { ExtractConfig, PackageDependency, PackageFile } from '../types';
import { TerraformDependencyTypes } from './common';
import { extractLocks, findLockFile, readLockFile } from './lockfile/util';
import { analyseTerraformModule, extractTerraformModule } from './modules';
Expand Down

0 comments on commit b9ae26b

Please sign in to comment.