Skip to content

Commit

Permalink
fix: viewer not running successfully; no output on screen (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Sep 26, 2024
1 parent db38e24 commit 1d4baaf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
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

0 comments on commit 1d4baaf

Please sign in to comment.