try different import

This commit is contained in:
dgtlmoon
2024-09-27 14:12:18 +02:00
parent 18e1655844
commit 40d23aa2fa
2 changed files with 2 additions and 3 deletions
@@ -1,8 +1,7 @@
#!/usr/bin/env python3
import os
from flask import url_for
from changedetectionio.tests.util import live_server_setup, wait_for_all_checks
from ..util import live_server_setup, wait_for_all_checks, extract_UUID_from_client
def set_response():
import time
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import os
from flask import url_for
from changedetectionio.tests.util import live_server_setup, wait_for_all_checks
from ..util import live_server_setup, wait_for_all_checks, extract_UUID_from_client
def set_response():