### Describe the bug Found by the [agentserver-responses package](https://github.com/Azure/azure-sdk-for-python/pull/46052/changes#diff-73079da5aa9219486aa3954bad0d9cd836eb07cff97f798ea5a35df4d9062b3cR46). https://github.com/microsoft/typespec/blob/b0a55c798c2171387dc284e8fab51dd38e624d95/packages/http-client-python/emitter/src/types.ts#L441 seem incorrect. ### Reproduction ```typespec op nooooooo(): numeric; ``` Generate python code.... ### Checklist - [x] Follow our [Code of Conduct](https://github.com/microsoft/typespec/blob/main/CODE_OF_CONDUCT.md) - [x] Check that there isn't already an issue that request the same bug to avoid creating a duplicate. - [x] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/Microsoft/typespec/discussions). - [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
Found by the agentserver-responses package.
typespec/packages/http-client-python/emitter/src/types.ts
Line 441 in b0a55c7
Reproduction
Generate python code....
Checklist