diff --git a/.chronus/changes/python-fix-docstring-2025-11-10-10-23-28.md b/.chronus/changes/python-fix-docstring-2025-11-10-10-23-28.md new file mode 100644 index 00000000000..6abfef34bc4 --- /dev/null +++ b/.chronus/changes/python-fix-docstring-2025-11-10-10-23-28.md @@ -0,0 +1,7 @@ +--- +changeKind: fix +packages: + - "@typespec/http-client-python" +--- + +Fix bad indent \ No newline at end of file diff --git a/packages/http-client-python/eng/scripts/ci/regenerate.ts b/packages/http-client-python/eng/scripts/ci/regenerate.ts index 5cb3c10b843..1e435969abf 100644 --- a/packages/http-client-python/eng/scripts/ci/regenerate.ts +++ b/packages/http-client-python/eng/scripts/ci/regenerate.ts @@ -22,7 +22,7 @@ const argv = parseArgs({ }); // Add this near the top with other constants -const SKIP_SPECS = ["type/union/discriminated", "documentation"]; +const SKIP_SPECS = ["type/union/discriminated"]; // Get the directory of the current file const PLUGIN_DIR = argv.values.pluginDir @@ -272,6 +272,10 @@ const EMITTER_OPTIONS: Record | Record