pyupgrade --py37-plus **/*.py (#1654)
* pyupgrade --py37-plus **/*.py * fixup! Format Python code with psf/black push
This commit is contained in:
committed by
John Law
parent
34c808b375
commit
28419cf839
@@ -28,7 +28,7 @@ class HashTable:
|
||||
|
||||
def _step_by_step(self, step_ord):
|
||||
|
||||
print("step {0}".format(step_ord))
|
||||
print(f"step {step_ord}")
|
||||
print([i for i in range(len(self.values))])
|
||||
print(self.values)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user