Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Mar 1, 2024
1 parent 758f863 commit 96419d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _mask_connection_fields(extra_fields):
return result


def action_logging(func: T | None = None, event: str | None = None) -> T | Callable[[T], T]:
def action_logging(func: T | None = None, event: str | None = None) -> T | Callable:
"""Log user actions."""

def log_action(f: T) -> T:
Expand Down

0 comments on commit 96419d8

Please sign in to comment.