Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Nov 22, 2022
1 parent e5cae30 commit 0662a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@cdktf/cli-core/src/lib/cdktf-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { SynthesizedStack } from "./synth-stack";
import { Terraform, TerraformPlan } from "./models/terraform";
import { getConstructIdsForOutputs, NestedTerraformOutputs } from "./output";
import { logger, Errors } from "@cdktf/commons";
import { logger } from "@cdktf/commons";
import { extractJsonLogIfPresent } from "./server/terraform-logs";
import { TerraformCli } from "./models/terraform-cli";
import * as fs from "fs";
Expand Down

0 comments on commit 0662a4b

Please sign in to comment.