Skip to content

Commit

Permalink
fix: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomli380576 committed Dec 23, 2024
1 parent f51a4a2 commit 344519d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion providers/base/bin/reboot_check_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from checkbox_support.scripts.image_checker import has_desktop_environment
from datetime import datetime
import time
from checkbox_support.helpers.timeout import timeout


# Checkbox could run in a snap container, so we need to prepend this root path
Expand Down
1 change: 0 additions & 1 deletion providers/base/tests/test_reboot_check_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import os
import typing as T
import subprocess as sp
from checkbox_support.helpers.timeout import mock_timeout


def do_nothing(args: T.List[str], **kwargs):
Expand Down

0 comments on commit 344519d

Please sign in to comment.