Skip to content

Commit

Permalink
Update lib/datasource/terraform-module/base.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 8, 2021
1 parent 0580cfa commit 2c0bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datasource/terraform-module/base.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ExternalHostError } from '../../types/errors/external-host-error';
import { cache } from '../../util/cache/package/decorator';
import { HttpError } from '../../util/http/types';
import type { HttpError } from '../../util/http/types';
import { ensureTrailingSlash } from '../../util/url';
import { Datasource } from '../datasource';
import type { ServiceDiscoveryResult } from './types';
Expand Down

0 comments on commit 2c0bf82

Please sign in to comment.