Skip to content

Commit

Permalink
chore(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Feb 5, 2024
1 parent 90ad366 commit d075786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/kittyhawk/test/deployment.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Construct } from "constructs";
import { Container, Deployment } from "../src";
import { chartTest, failingTestNoGitSha } from "./utils";
import { KubeServiceAccount } from "../src/imports/k8s";
import { chartTest, failingTestNoGitSha } from "./utils";

export function buildDeploymentDefault(scope: Construct) {
new Deployment(scope, "container", {
Expand Down

0 comments on commit d075786

Please sign in to comment.