mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
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
@@ -1,4 +1,4 @@
|
||||
class Heap(object):
|
||||
class Heap:
|
||||
"""A generic Heap class, can be used as min or max by passing the key function accordingly.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user