dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Fix/simplify import dependencies #670

Closed randomir closed 2 months ago

randomir commented 2 months ago

Make sure: (solver, computation, client) > (dwave.cloud.exceptions, dwave.cloud.regions) > dwave.cloud.api.* > dwave.cloud.config.* > dwave.cloud.utils.*

Fix #669.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.88%. Comparing base (f0bda47) to head (f1aa5bc). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #670 +/- ## ========================================== + Coverage 88.86% 88.88% +0.01% ========================================== Files 42 44 +2 Lines 4814 4821 +7 ========================================== + Hits 4278 4285 +7 Misses 536 536 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.