From 4f3818495906a4b1ec2310bcae490cfbf63cf366 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Fri, 3 May 2024 09:08:26 +0100 Subject: [PATCH] remove redundant comment --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index c806dfc2..83778748 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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")