Skip to content

Commit 4a4af65

Browse files
committed
chore: lint
1 parent 2b3af41 commit 4a4af65

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

infrastructure/account-data-deleter/src/main.ts

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { provider as localProvider } from '@cdktf/provider-local';
2323
import { provider as nullProvider } from '@cdktf/provider-null';
2424
import {
2525
ApplicationSQSQueue,
26-
ApplicationSqsSnsTopicsSubscription,
2726
PocketVPC,
2827
ApplicationDynamoDBTable,
2928
ApplicationDynamoDBTableCapacityMode,

packages/aws-utils/src/QueuePoller.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
} from '@aws-sdk/client-sqs';
99
import * as Sentry from '@sentry/node';
1010
import { setTimeout } from 'timers/promises';
11-
import { type Unleash } from 'unleash-client';
1211
import { serverLogger } from '@pocket-tools/ts-logger';
1312
import * as otel from '@opentelemetry/api';
1413

0 commit comments

Comments
 (0)