mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
safe
This commit is contained in:
@@ -26,7 +26,6 @@ async def async_iterator_generator(range_of_iterable):
|
||||
"""
|
||||
|
||||
|
||||
# TODO: OTHER
|
||||
async def remove_characters(string, character):
|
||||
"""
|
||||
The `remove_characters` function removes all occurrences of a specified character from a given
|
||||
@@ -39,7 +38,6 @@ async def remove_characters(string, character):
|
||||
return string.replace(character, "")
|
||||
|
||||
|
||||
# TODO: OTHER
|
||||
async def max_weight(lista):
|
||||
"""
|
||||
Take a list of weights and return the maximum weight.
|
||||
|
||||
Reference in New Issue
Block a user