You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, I'm pretty sure BaseConfig breaks under from __future__ import annotations because it's expecting actual type annotations, not strings. Python provides a way to parse the strings into types, but we need to teach convoke.configs how to use that.
The text was updated successfully, but these errors were encountered:
Right now, I'm pretty sure BaseConfig breaks under
from __future__ import annotations
because it's expecting actual type annotations, not strings. Python provides a way to parse the strings into types, but we need to teachconvoke.configs
how to use that.The text was updated successfully, but these errors were encountered: