mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
fix(ci): Update pre-commit hooks and apply new black (#4359)
* fix(ci): Update pre-commit hooks and apply new black * remove empty docstring
This commit is contained in:
@ -94,7 +94,6 @@ def not32(i):
|
||||
|
||||
|
||||
def sum32(a, b):
|
||||
""""""
|
||||
return (a + b) % 2 ** 32
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user