Skip to content

Commit

Permalink
chore: Fix import order linting error
Browse files Browse the repository at this point in the history
Not entirely sure how this got missed, but it looks like CI on `main` is failing because of it.

See:
  - import-js/eslint-plugin-import#2021
  • Loading branch information
akash1810 committed May 19, 2021
1 parent 9b9a91b commit 5bcbfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/src/integration-test-stack.ts
@@ -1,6 +1,6 @@
import { GuDistributionBucketParameter, GuStack } from "@guardian/cdk/lib/constructs/core";
import type { App } from "@aws-cdk/core";
import type { GuStackProps } from "@guardian/cdk/lib/constructs/core";
import { GuDistributionBucketParameter, GuStack } from "@guardian/cdk/lib/constructs/core";

export class IntegrationTestStack extends GuStack {
constructor(scope: App, id: string, props: GuStackProps) {
Expand Down

0 comments on commit 5bcbfde

Please sign in to comment.