Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbjacobson committed Mar 11, 2024
1 parent 46ba196 commit 5272825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/mobile-purchases.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from "path";
import type { GuStackProps } from "@guardian/cdk/lib/constructs/core";
import { GuStack } from "@guardian/cdk/lib/constructs/core";
import type { App } from "aws-cdk-lib";
import path from "path";
import {CfnInclude} from "aws-cdk-lib/cloudformation-include";

export class MobilePurchases extends GuStack {
Expand Down

0 comments on commit 5272825

Please sign in to comment.