Skip to content

Commit

Permalink
chore: fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 2, 2024
1 parent b1ce02b commit 53743b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/modules/platform/gerrit/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { REPOSITORY_ARCHIVED } from '../../../constants/error-messages';
import { setBaseUrl } from '../../../util/http/gerrit';
import type { FindPRConfig } from '../types';
import { client } from './client';
import {
type GerritChange,
type GerritChangeMessageInfo,
type GerritFindPRConfig,
type GerritMergeableInfo,
import type {
GerritChange,
GerritChangeMessageInfo,
GerritFindPRConfig,
GerritMergeableInfo,
} from './types';

const gerritEndpointUrl = 'https://dev.gerrit.com/renovate/';
Expand Down

0 comments on commit 53743b2

Please sign in to comment.