Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Aug 20, 2020
1 parent fdc52b9 commit e497e03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion homeassistant/helpers/script.py
Expand Up @@ -792,7 +792,9 @@ async def async_run(
) -> None:
"""Run script."""
if context is None:
self._log("Running script requires passing in a context", level=logging.WARNING)
self._log(
"Running script requires passing in a context", level=logging.WARNING
)
context = Context()

if self.is_running:
Expand Down

0 comments on commit e497e03

Please sign in to comment.