This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
df: base: Base classes need to have context management within parent and context #54
Labels
bug
Something isn't working
Milestone
Context management needs to be done twofold. Currently it is only done once. Base classes need
__aenter__
and__aexit__
methods (similarly to how their context's do).The text was updated successfully, but these errors were encountered: