Skip to content

Commit

Permalink
refactor: fix type import (#13241)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Dec 22, 2021
1 parent 3bb3543 commit 11dd27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datasource/docker/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { parse } from 'auth-header';
import hasha from 'hasha';
import { HOST_DISABLED } from '../../constants/error-messages';
import { logger } from '../../logger';
import { HostRule } from '../../types';
import type { HostRule } from '../../types';
import { ExternalHostError } from '../../types/errors/external-host-error';
import * as packageCache from '../../util/cache/package';
import * as hostRules from '../../util/host-rules';
Expand Down

0 comments on commit 11dd27f

Please sign in to comment.