Skip to content

Commit

Permalink
UI: Upgrading all dependencies (#308)
Browse files Browse the repository at this point in the history
* Upgrading all dependencies.

* yarn 22.

* Lint: disable too many positional arguments on Task constructor.
  • Loading branch information
RobinTail authored Sep 24, 2024
1 parent 71e5e20 commit 2525367
Show file tree
Hide file tree
Showing 2 changed files with 355 additions and 380 deletions.
1 change: 1 addition & 0 deletions octoprint_octorelay/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from octoprint.util import ResettableTimer

# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments
class Task():
def __init__(self, subject: str, target: bool, owner: str, delay: int, function, args):
self.subject = subject
Expand Down
Loading

0 comments on commit 2525367

Please sign in to comment.