Skip to content

Commit 369b7cd

Browse files
prettier fix
1 parent dd037a2 commit 369b7cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/spectral/ipa/metrics/metricS3Upload.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ import { PutObjectCommand, S3ServiceException } from '@aws-sdk/client-s3';
22
import config from './config.js';
33
import path from 'path';
44
import fs from 'node:fs';
5-
import {
6-
getS3FilePath,
7-
getS3Client
8-
} from './utils/dataDumpUtils.js';
5+
import { getS3FilePath, getS3Client } from './utils/dataDumpUtils.js';
96

107
/**
118
* Upload IPA product metrics to Data Warehouse S3

0 commit comments

Comments
 (0)