mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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):
|
def pad_physical_address(addr):
|
||||||
"""Right-pad a physical address"""
|
"""Right-pad a physical address."""
|
||||||
return addr + ['0'] * (MAX_DEPTH - len(addr))
|
return addr + ['0'] * (MAX_DEPTH - len(addr))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user