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
I was going to suggest to reduce code duplication in that class by re-using __doc__ in the bind_metadata function, then realized it was always None, and found the Python bug above.
Hi,
f-strings are not valid
__doc__
's: https://bugs.python.org/issue28739Which causes the following code to evaluate
__doc__
toNone
.Unfortunately I am not aware of a workaround for this.
The text was updated successfully, but these errors were encountered: