remove redundant comment

This commit is contained in:
Marek Wolan
2024-05-03 09:08:26 +01:00
parent 4a02d1d8e5
commit 4f38184959

View File

@@ -70,7 +70,6 @@ def uc2_network() -> Network:
cfg = yaml.safe_load(f)
game = PrimaiteGame.from_config(cfg)
return game.simulation.network
# return arcd_uc2_network()
@pytest.fixture(scope="function")