mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Annoying missing period
This commit is contained in:
parent
8a5f60ee23
commit
982baaba22
@ -227,7 +227,7 @@ class GTFSDepartureSensor(Entity):
|
||||
for col in resource.__table__.columns.keys())
|
||||
|
||||
def append_keys(resource, prefix=None):
|
||||
"""Properly format key val pairs to append to attributes"""
|
||||
"""Properly format key val pairs to append to attributes."""
|
||||
for key, val in resource.items():
|
||||
if val == "" or val is None or key == "feed_id":
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user