Skip to content

Commit

Permalink
Update linting workflow and add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Feb 3, 2024
1 parent dd74a1d commit f4b1ee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- name: Python Black
uses: cytopia/[email protected]
with:
path: '.'
path: '*.py'
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

# command to show the code to use the api based on the user selected language


class spooBot(commands.Bot):
def __init__(self):
super().__init__(
Expand Down Expand Up @@ -345,4 +346,4 @@ async def about(ctx):

if __name__ == "__main__":
keep_alive()
bot.run(token=TOKEN)
bot.run(token=TOKEN)

0 comments on commit f4b1ee4

Please sign in to comment.