Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Sep 8, 2023
1 parent 52de2ee commit 9bd3a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_fwp_pipeline():
model.meta['s_enhance'] = 3
model.meta['t_enhance'] = 4

test_context = click.Context(click.Command("pipeline"), obj={})
test_context = click.Context(click.Command("pipeline"), obj={})
with tempfile.TemporaryDirectory() as td, test_context as ctx:
ctx.obj["NAME"] = "test"
ctx.obj["VERBOSE"] = False
Expand Down

0 comments on commit 9bd3a82

Please sign in to comment.