Skip to content

Commit

Permalink
test: Github action annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
y-young committed Apr 6, 2024
1 parent be992ac commit ce2c7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nazurin/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self, *args, **kwargs):
self.sites = SiteManager()
self.storage = Storage()
self.cleanup_task = None
self.a = [] + []

Check failure on line 33 in nazurin/bot.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (RUF005)

nazurin/bot.py:33:18: RUF005 Consider `[]` instead of concatenation

def init(self):
self.sites.load()
Expand Down

0 comments on commit ce2c7f5

Please sign in to comment.