Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import errors in viewer.py. #2077

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from datetime import timedelta
from django.test import TestCase
from django.utils import timezone
from unittest import mock

from anthias_app.models import Asset
from settings import settings
Expand Down
2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import shutil
import sys
from contextlib import contextmanager
from unittest import skip, TestCase
from unittest import TestCase

user_home_dir = os.getenv('HOME')

Expand Down
8 changes: 0 additions & 8 deletions viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@

from lib.errors import SigalrmException
from lib.media_player import MediaPlayerProxy
from lib.utils import (
url_fails,
is_balena_app,
get_node_ip,
string_to_bool,
connect_to_redis,
get_balena_device_info,
)
from settings import settings, LISTEN, PORT, ZmqConsumer

try:
Expand Down
Loading