forked from mirrors/thatmattlove-hyperglass
fix formatting
This commit is contained in:
parent
55f8a62fb0
commit
7c73b2b9a1
1 changed files with 1 additions and 4 deletions
|
|
@ -245,10 +245,7 @@ def deep_convert_keys(_dict: t.Type[DeepConvert], predicate: t.Callable[[str], s
|
|||
return converted
|
||||
|
||||
|
||||
def at_least(
|
||||
minimum: int,
|
||||
value: int,
|
||||
) -> int:
|
||||
def at_least(minimum: int, value: int,) -> int:
|
||||
"""Get a number value that is at least a specified minimum."""
|
||||
if value < minimum:
|
||||
return minimum
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue