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
We should solve the needless import of _complextype together with needless import of _visatype (if such thing happens). In its own PR. Please open an issue.
Currently _complextype is imported for all the modules (as shown below) . We need to conditionally import it based on its usage
${module_name}._complextype import * # noqa: F401,F403,H303
Importing of _complextype gives capability of including the complex data types.