Update black to 22.1.0 (#65788)
This commit is contained in:
parent
58409d0895
commit
fa09cf663e
42 changed files with 204 additions and 255 deletions
|
@ -194,7 +194,7 @@ class StartcaData:
|
|||
:param value: The value in bytes to convert to GB.
|
||||
:return: Converted GB value
|
||||
"""
|
||||
return float(value) * 10 ** -9
|
||||
return float(value) * 10**-9
|
||||
|
||||
@Throttle(MIN_TIME_BETWEEN_UPDATES)
|
||||
async def async_update(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue