Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankeidel committed Jan 5, 2025
1 parent 29170e9 commit ecfc243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions kirkbot/tasks.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import os
import psutil
import abc
import asyncio
from typing import Literal


class Task(abc.ABC):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from kirkbot.tasks import task_alert_root_disk_usage
from kirkbot.tasks import AlertRootDiskUsage

def test_disk_usage():
assert True

0 comments on commit ecfc243

Please sign in to comment.