cooperlees / aioexabgp

Proof of concept core asyncio ExaBGP Client Library + CLI
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Fix typing of ipaddress ip_networks + overlaps() #6

Open cooperlees opened 4 years ago

cooperlees commented 4 years ago

Need to workout how to correctly use or fix typeshed for trying to compare IPv4Networks and IPv6Networks.

PR #5 introduces the issue.

cooperlees commented 4 years ago

Asking what the correct fix is here and suggesting a PR: https://github.com/python/typeshed/pull/3922