Open svinota opened 2 years ago
Possible remove dynamic module loading ? I would hardcode all modules in root __init__
.py
Update to latest version broke our build system :( because mypy says:
xxx.py:7:0: E0611: No name 'IPRoute' in module 'pyroute2' (no-name-in-module)
I agree with @socketpair, I think that might help. Right now, my type checker doesn't even know that NDB() exists. See comment here
Discussed in https://github.com/svinota/pyroute2/discussions/880