Closed fregataa closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.19%. Comparing base (
7150ccc
) to head (4baf4b2
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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
CONTRIBUTORS.txt
changes
folder<issue_id>.<type>
for example (588.bug)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.