Skip to content

Commit

Permalink
remove unused aws import
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno committed May 17, 2024
1 parent 478c4a2 commit 8cbe36d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/base/src/autotask/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { _Blob } from 'aws-sdk/clients/lambda';
import { rateLimitModule, RateLimitModule } from '../utils/rate-limit';
import { getTimestampInSeconds } from '../utils/time';
import { getLambdaFromCredentials, isLambdaV3, isV3ResponsePayload, LambdaLike, PayloadResponseV2, PayloadResponseV3 } from '../utils/lambda';
Expand Down

0 comments on commit 8cbe36d

Please sign in to comment.