Skip to content

Commit

Permalink
Format [Automated]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 15, 2024
1 parent 66a2c5f commit d6ae23a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/colorcodebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def retry(
attempts: int = 6,
seconds: float = 3,
) -> Union[WraptFunc, functools.partial[WraptFunc]]:

if not original: # needed to make args altogether optional
return functools.partial(
retry, exceptions=exceptions, attempts=attempts, seconds=seconds
Expand Down Expand Up @@ -701,7 +700,6 @@ def set_snippet_filetype(
query_message: Optional[Message] = None,
ext: Optional[str] = None,
):

if cb_query:
query_message = cb_query.message
ext = yload(cb_query.data)['ext']
Expand Down

0 comments on commit d6ae23a

Please sign in to comment.