1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-27 02:36:00 +01:00

Clean up docstrings (#22679)

* Clean up docstrings

* Fix long lines

* Fix more docstrings

* Fix more docstrings

* Fix more docstrings
This commit is contained in:
Tobias Sauerwein
2019-04-03 17:40:03 +02:00
committed by Pascal Vizeli
parent 625c8e0cee
commit 048b100eea
604 changed files with 604 additions and 3632 deletions
@@ -1,9 +1,4 @@
"""
Component to allow running Python scripts.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/python_script/
"""
"""Component to allow running Python scripts."""
import datetime
import glob
import logging