mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
satisfy farcy
This commit is contained in:
parent
d87e969671
commit
7fc9fa4b0c
@ -46,7 +46,7 @@ def parse_mapping(mapping, parents=None):
|
||||
|
||||
|
||||
def pad_physical_address(addr):
|
||||
"""Right-pad a physical address"""
|
||||
"""Right-pad a physical address."""
|
||||
return addr + ['0'] * (MAX_DEPTH - len(addr))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user