Skip to content

Commit

Permalink
please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 17, 2024
1 parent 753989f commit a077339
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,7 @@ async def backup_channel(channel, last_message_id):

if after is None:
return -1
else:
return after.id
return after.id


def get_loc_path(channel):
Expand Down

0 comments on commit a077339

Please sign in to comment.