aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp
Other
427 stars 97 forks source link

fix: remove outdated codes that use 'AsyncCM' interface #874

Closed fregataa closed 2 months ago

fregataa commented 2 months ago

follow up #861 #850

_AsynCM interface has a docker query coroutine as an attribute and #861 allowed the coroutine to be closed.

850 removed the _AsynCM interface but there is still remaining codes that try to call the method of the interface.

Let's remove it.

Checklist

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 81.19%. Comparing base (7150ccc) to head (4baf4b2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #874 +/- ## ========================================== + Coverage 81.14% 81.19% +0.05% ========================================== Files 24 24 Lines 1421 1420 -1 Branches 253 253 ========================================== Hits 1153 1153 + Misses 175 174 -1 Partials 93 93 ```

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