Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfluxDB send retry after IOError #10263

Merged
merged 17 commits into from
Nov 24, 2017
Merged
Prev Previous commit
Next Next commit
Make the linter happy.
  • Loading branch information
janLo committed Nov 22, 2017
commit eeeaf649b11e83ba8909e8892e9b1b304e586a49
1 change: 0 additions & 1 deletion homeassistant/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def __call__(self, method):
@wraps(method)
def wrapper(*args, **kwargs):
"""Wrapped method."""

if not hasattr(wrapper, "_retry_queue"):
wrapper._retry_queue = []

Expand Down