Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Browse files Browse the repository at this point in the history
zharinov committed Sep 7, 2024
1 parent daf40aa commit ed97ee5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/modules/datasource/maven/s3.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { Readable } from 'node:stream';
import {
GetObjectCommand,
HeadObjectCommand,
S3Client,
} from '@aws-sdk/client-s3';
import { mockClient } from 'aws-sdk-client-mock';
import { DateTime } from 'luxon';
import type { ReleaseResult } from '..';
import { getPkgReleases } from '..';
import { Fixtures } from '../../../../test/fixtures';

0 comments on commit ed97ee5

Please sign in to comment.