constellation-app / constellation

A graph-focused data visualisation and interactive analysis application.
https://constellation-app.com
Apache License 2.0
385 stars 59 forks source link

Remove annotation for returning tuple #2177

Closed Quasar985 closed 1 month ago

Quasar985 commented 1 month ago

Prerequisites

Description of the Change

Removed an annotation in constellation_client. This was causing issues on the Linux machine, because it was running an old version of python. To remedy, a better description of the function and the expected return types were added in a comment above the function.

Alternate Designs

N/A

Why Should This Be In Core?

N/A

Benefits

Script works on old python versions

Possible Drawbacks

None

Verification Process

  1. Open consty,
  2. Tools -> Start Jupyter Notebook
  3. Import constellation_client
  4. Observe no errors are thrown when importing

Applicable Issues

https://github.com/constellation-app/constellation/issues/2176

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud