mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 19:16:40 +00:00
remove unused imports
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from webtest import TestApp
|
|
||||||
from backend import changedetection_app
|
from backend import changedetection_app
|
||||||
from backend import store
|
from backend import store
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
# https://github.com/pallets/flask/blob/1.1.2/examples/tutorial/tests/test_auth.py
|
# https://github.com/pallets/flask/blob/1.1.2/examples/tutorial/tests/test_auth.py
|
||||||
|
|||||||
Reference in New Issue
Block a user