Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 20, 2024
1 parent 099f94f commit b2ede06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as eventsTargets from 'aws-cdk-lib/aws-events-targets';
import { LambdaServiceDiscoveryConstruct } from '../../../../../../../components/python-lambda-service-discovery';
import { LambdaDiscoverInstancesConstruct } from '../../../../../../../components/python-lambda-list-service-instances';
import { GetMetadataLambdaConstruct } from '../../../../../../../components/python-lambda-metadata-mapper';
import { GetWorkflowPayloadLambdaConstruct } from '../../../../../../../components/python-lambda-get-workflow-payload';
import * as iam from 'aws-cdk-lib/aws-iam';
import * as cdk from 'aws-cdk-lib';
import { NagSuppressions } from 'cdk-nag';
Expand Down

0 comments on commit b2ede06

Please sign in to comment.