Skip to content

Commit c474431

Browse files
viceicepull[bot]
authored andcommittedMay 11, 2024
refactor(gitea): cleanup types (#16968)
1 parent 626692e commit c474431

File tree

8 files changed

+422
-357
lines changed

8 files changed

+422
-357
lines changed
 

‎lib/config/presets/gitea/index.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { logger } from '../../../logger';
2-
import {
3-
RepoContents,
4-
getRepoContents,
5-
} from '../../../modules/platform/gitea/gitea-helper';
2+
import { getRepoContents } from '../../../modules/platform/gitea/gitea-helper';
3+
import type { RepoContents } from '../../../modules/platform/gitea/types';
64
import { ExternalHostError } from '../../../types/errors/external-host-error';
75
import { fromBase64 } from '../../../util/string';
86
import type { Preset, PresetConfig } from '../types';

0 commit comments

Comments
 (0)
Please sign in to comment.