Skip to content

Commit d945924

Browse files
fmt
Signed-off-by: Thara Palanivel <[email protected]>
1 parent 9fdeee8 commit d945924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_run_quant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_run_train_fails_training_data_path_not_exist():
8787

8888
@pytest.fixture(name="job_config", scope="session")
8989
def fixture_job_config():
90-
"""Fixture to get happy path dummy config as a dict, note that job_config dict gets
90+
"""Fixture to get happy path dummy config as a dict, note that job_config dict gets
9191
modified during process training args"""
9292
with open(HAPPY_PATH_DUMMY_CONFIG_PATH, "r", encoding="utf-8") as f:
9393
dummy_job_config_dict = json.load(f)

0 commit comments

Comments
 (0)