Describe the bug
The MetaData TypeAlias in the kcell.py file fails type checking
To Reproduce
Steps to reproduce the behavior:
Go to 'src/kfactory/kcell.py'
Scroll down to 'MetaData variable initialization on line 155'
See type error
Expected behavior
There should be no type error
Screenshots
Desktop (please complete the following information):
OS: Ubuntu
Version 24
Additional context
This variable is also not exported in the all variable, but its used in the gdsfactory repo. I am working on improving type hints there, so it should be exported there too for the type checker
Describe the bug The
MetaData
TypeAlias in the kcell.py file fails type checkingTo Reproduce Steps to reproduce the behavior:
Expected behavior There should be no type error
Screenshots
Desktop (please complete the following information):
Additional context This variable is also not exported in the all variable, but its used in the gdsfactory repo. I am working on improving type hints there, so it should be exported there too for the type checker