From e37974c5fc7683919fad093e05e1899fb1ff4514 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 19 Feb 2018 23:10:44 -0800 Subject: [PATCH] Lint --- script/gen_requirements_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 317cecfb164..460c998f556 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -111,7 +111,7 @@ URL_PIN = ('https://home-assistant.io/developers/code_review_platform/' CONSTRAINT_PATH = os.path.join(os.path.dirname(__file__), '../homeassistant/package_constraints.txt') CONSTRAINT_BASE = """ -# Breaks Python 3.6 and is not needed for our supported Pythons +# Breaks Python 3.6 and is not needed for our supported Python versions enum34==1000000000.0.0 """