Annoying missing period

This commit is contained in:
Robbie Trencheny 2016-03-26 17:59:38 -07:00
parent 8a5f60ee23
commit 982baaba22

View File

@ -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