Skip to content

Commit eaa15e8

Browse files
iscai-msftCopilot
andcommitted
fix(emitter): remove unused program import
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 7fab879 commit eaa15e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/http-client-python/emitter/src/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createSdkContext } from "@azure-tools/typespec-client-generator-core";
2-
import type { EmitContext, Program } from "@typespec/compiler";
2+
import type { EmitContext } from "@typespec/compiler";
33
import { emitFile, joinPaths, listServices, NoTarget } from "@typespec/compiler";
44
import pkgJson from "../../package.json" with { type: "json" };
55
import { emitCodeModel } from "./code-model.js";

0 commit comments

Comments
 (0)