Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbjacobson committed Oct 18, 2023
1 parent e2b8274 commit 93ecb4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdk/lib/batch-email-sender.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {GuStackProps} from "@guardian/cdk/lib/constructs/core";
import { App } from "aws-cdk-lib";
import { Template } from "aws-cdk-lib/assertions";
import {BatchEmailSender} from "./batch-email-sender";
import {GuStackProps} from "@guardian/cdk/lib/constructs/core";

const codeProps: GuStackProps = {
stack: "membership",
Expand Down
5 changes: 3 additions & 2 deletions cdk/lib/batch-email-sender.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {GuStack, GuStackProps} from "@guardian/cdk/lib/constructs/core";
import {App} from "aws-cdk-lib";
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 {CfnInclude} from "aws-cdk-lib/cloudformation-include";

export class BatchEmailSender extends GuStack {
Expand Down

0 comments on commit 93ecb4f

Please sign in to comment.