Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Oct 16, 2023
1 parent dbce2f3 commit 1bc07a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion parsl/tests/test_bash_apps/test_error_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from parsl.app.errors import BashExitFailure



@bash_app
def command_not_found(stderr='std.err', stdout='std.out'):
cmd_line = 'catdogcat'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import pytest



@parsl.python_app
def return_range(x):
return list(range(x))
Expand Down
1 change: 0 additions & 1 deletion parsl/tests/test_staging/test_staging_https_in_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from parsl.data_provider.files import File



@python_app
def sort_strings(inputs=[], outputs=[]):
with open(inputs[0].filepath, 'r') as u:
Expand Down

0 comments on commit 1bc07a3

Please sign in to comment.