Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Jun 20, 2024
1 parent 8a5e584 commit c3e8839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/patterns/ec2-app/base.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint "@guardian/tsdoc-required/tsdoc-required": 2 -- to begin rolling this out for public APIs. */
import crypto from "crypto";
import { Duration, SecretValue, Tags } from "aws-cdk-lib";
import type { BlockDevice } from "aws-cdk-lib/aws-autoscaling";
import { HealthCheck } from "aws-cdk-lib/aws-autoscaling";
Expand Down

0 comments on commit c3e8839

Please sign in to comment.