style: switching from yapf to isort/black
This commit is contained in:
@ -10,7 +10,7 @@ def generate_integers():
|
||||
|
||||
|
||||
def square(i):
|
||||
return i**2
|
||||
return i ** 2
|
||||
|
||||
|
||||
def results(f, context):
|
||||
|
||||
Reference in New Issue
Block a user