Skip to content

Commit

Permalink
Remove unused arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Aug 22, 2023
1 parent 477ce20 commit a62dae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magicctapipe/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,13 @@ def dl1_lst(base_url, env_prefix):


@pytest.fixture(scope="session")
def config(base_url, env_prefix):
def config():
config_path = resource_file("config.yaml")
return config_path


@pytest.fixture(scope="session")
def config_monly(base_url, env_prefix):
def config_monly():
config_path = resource_file("config_monly.yaml")
return config_path

Expand Down

0 comments on commit a62dae6

Please sign in to comment.