Suppress mypy warning in test_networks_connecting unit tests
Fixes mypy errors: - tests/unit_tests/network_tests/test_networks_connecting.py:19: error: List comprehension has incompatible type List[Implementation]; expected List[Network] - tests/unit_tests/network_tests/test_networks_connecting.py:32: error: List comprehension has incompatible type List[Implementation]; expected List[Network] - tests/unit_tests/network_tests/test_networks_connecting.py:48: error: List comprehension has incompatible type List[Implementation]; expected List[Network]
Loading
Please sign in to comment