Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed May 18, 2023
1 parent 5ef7798 commit da14b4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
from src.constants import SLEEP_TIME_IN_SEC
from src.monitoring_tests.template_test import TemplateTest
from src.monitoring_tests.competition_endpoint_test.endpoint_test import EndpointTest
from src.monitoring_tests.quasimodo_ebbo_test.quasimodo_ebbo_test import (
QuasimodoEbboTest,
)

# from src.monitoring_tests.quasimodo_ebbo_test.quasimodo_ebbo_test import (
# QuasimodoEbboTest,
# )


def main(sleep_time: int) -> None:
Expand Down

0 comments on commit da14b4b

Please sign in to comment.