Skip to content

Commit

Permalink
Remove type marker in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Oct 16, 2023
1 parent 1bc07a3 commit 0ccf1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parsl/tests/configs/ad_hoc_cluster_htex.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'script_dir': 'YOUR_SCRIPT_DIR',
'remote_hostnames': ['REMOTE_HOST_URL_1', 'REMOTE_HOST_URL_2']
}
} # type: Dict[str, Dict[str, Any]]
}

config = Config(
executors=[
Expand Down
2 changes: 1 addition & 1 deletion parsl/tests/configs/user_opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
# 'script_dir': "/path" # script directory on remote systems
# }
#
} # type: Dict[str, Any]
}

# This block attempts to import local_user_opts.py, which
# can provide local overrides to the version-controlled
Expand Down

0 comments on commit 0ccf1b0

Please sign in to comment.