Skip to content

Commit dc477e1

Browse files
committed
chore(ci): rm unused import
1 parent 6b6bc1e commit dc477e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy/lib/data-proxy-stack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { aws_ec2 as ec2 } from "aws-cdk-lib";
33
import { Construct } from "constructs";
44
import { VercelApiProxy } from "./vercel-api-proxy";
55
import { SourceDataProxy } from "./source-data-proxy";
6-
import { VpcEndpoints } from "./vpc-endpoints";
76

87
interface DataProxyStackProps extends cdk.StackProps {
98
vpcId: string;

0 commit comments

Comments
 (0)