Skip to content

Commit

Permalink
remove unused CodeCommitTrigger import.
Browse files Browse the repository at this point in the history
  • Loading branch information
nateglims committed Aug 25, 2023
1 parent de347a5 commit 064d68c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos-pipeline/lib/lib/demo-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import {
} from "aws-cdk-lib/aws-ec2";
import { Bucket } from "aws-cdk-lib/aws-s3";
import { SourceRepo, DistributionKind } from "./constructs/source-repo";
import { CodeCommitTrigger } from "aws-cdk-lib/aws-codepipeline-actions";

/**
* Properties to allow customizing the build.
Expand Down

0 comments on commit 064d68c

Please sign in to comment.