You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +31,7 @@ Follow these steps for the installation:
38
31
1. Install the extracted python-client module in your Python environment using pip: `pip install path/to/package/python-client`.
39
32
1. The installed package has the name `swagger_client`. You can check that the installation worked using the command `python -c "import swagger_client"`.
40
33
41
-
> **Note:**
34
+
> [!NOTE]
42
35
> Due to a [known bug in the Swagger autogeneration](https://github.com/swagger-api/swagger-codegen/issues/7541), you might encounter errors on importing the `swagger_client` package.
43
36
> These can be fixed by deleting the line with the content
0 commit comments