1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Grammar fix 'an unique' (#12870)

This commit is contained in:
Anders Melchiorsen
2018-03-03 19:23:55 +01:00
committed by Daniel Høyer Iversen
parent a9d242a213
commit e2e10b91a7
14 changed files with 14 additions and 14 deletions

View File

@@ -93,7 +93,7 @@ class Entity(object):
@property
def unique_id(self) -> str:
"""Return an unique ID."""
"""Return a unique ID."""
return None
@property