Skip to content

Commit

Permalink
Formatting patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 12, 2023
1 parent 694d874 commit 2ee5b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/dataflow/futures.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ def deferred_getitem(o: Any, k: Any) -> Any:
# if so... so hack around it for prototyping.
# @python_app
def deferred_getattr(o: Any, name: str) -> Any:
return getattr(o, name)
return getattr(o, name)

0 comments on commit 2ee5b08

Please sign in to comment.