Skip to content

Commit

Permalink
chore: add pod-autoscaling as a dev requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Nov 6, 2024
1 parent ac1a9be commit 4ca0ec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ black
pyinstaller
pylint
twine
git+https://github.com/edunext/tutor-contrib-pod-autoscaling
4 changes: 3 additions & 1 deletion tutoraspects/filters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Filters usage."""

from tutorpod_autoscaling.hooks import AUTOSCALING_CONFIG
from tutorpod_autoscaling.hooks import ( # pylint: disable=import-error
AUTOSCALING_CONFIG,
)


@AUTOSCALING_CONFIG.add()
Expand Down

0 comments on commit 4ca0ec3

Please sign in to comment.