shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 77 forks source link

Circular import error #93

Open ignazio-ingenito opened 9 months ago

ignazio-ingenito commented 9 months ago

Trying to import as per the docs I'm getting the following error cannot import name 'SonarQubeClient' from partially initialized module 'sonarqube' (most likelydueto a circular import)