Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
rebrowning committed Jan 18, 2024
1 parent 2b2d48c commit d7db46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orquesta/utils/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def copy_context(context):
ctx = json_util.deepcopy(context) if context else dict()
return ctx


def set_current_item(context, item):
if context and not isinstance(context, dict):
raise TypeError("The context is not type of dict.")
Expand Down

0 comments on commit d7db46c

Please sign in to comment.