Apply suggestions from code review

This commit is contained in:
Charlie Crane
2024-05-22 10:50:59 +00:00
parent 20d7f589d7
commit a676982dc5

View File

@@ -315,5 +315,4 @@ def basic_lan_network_example() -> Network:
def multi_lan_internet_network_example() -> Network:
"""Get Multi-LAN with Internet example network."""
path = PRIMAITE_PATHS.user_config_path / "example_config" / "multi_lan_internet_network_example.yaml"
print(path)
return _get_example_network(path)