Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Jun 19, 2021
1 parent e0eb9ef commit 311aedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecs/celery/worker/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as ec2 from '@aws-cdk/aws-ec2';
import * as ecs from '@aws-cdk/aws-ecs';
import * as logs from '@aws-cdk/aws-logs';
import * as cdk from '@aws-cdk/core';
import * as secretsmanager from '@aws-cdk/aws-secretsmanager';
import * as cdk from '@aws-cdk/core';

export interface CeleryWorkerProps {
readonly image: ecs.ContainerImage;
Expand Down

0 comments on commit 311aedc

Please sign in to comment.