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
There is a issubclass check on line 194 of fileformats/core/extras.py that errors when the signature contains objects from typing instead of proper classes
There is a issubclass check on line 194 of fileformats/core/extras.py that errors when the signature contains objects from
typinginstead of proper classes