Skip to content

Commit

Permalink
Fix black (#10216)
Browse files Browse the repository at this point in the history
### Summary & Motivation

### How I Tested These Changes
  • Loading branch information
johannkm committed Oct 26, 2022
1 parent fcda5f3 commit 59ae17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/_config/post_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _recursively_process_config(
return evr


def _recursively_resolve_defaults( # type: ignore # mypy missing check.failed NoReturn
def _recursively_resolve_defaults( # type: ignore # mypy missing check.failed NoReturn
context: TraversalContext, config_value: Any
) -> EvaluateValueResult:
kind = context.config_type.kind
Expand Down

0 comments on commit 59ae17e

Please sign in to comment.