Skip to content

Commit 167c370

Browse files
committed
#2751: remove unnecessary 'import pytest'
1 parent f99f3bd commit 167c370

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

test/live_server/programmatic_interface/dataset_url/pytest_svm_dataset_url.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
'''
1818

1919
import json
20-
import pytest
2120
import os.path
2221
from flask import url_for
2322
from flask import current_app

test/live_server/programmatic_interface/dataset_url/pytest_svr_dataset_url.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
'''
1919

2020
import json
21-
import pytest
2221
import os.path
2322
from flask import url_for
2423
from flask import current_app

test/live_server/programmatic_interface/file_upload/pytest_svm_file_upload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
'''
1818

1919
import json
20-
import pytest
2120
import os.path
2221
from flask import url_for
2322
from flask import current_app

test/live_server/programmatic_interface/file_upload/pytest_svr_file_upload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
'''
1919

2020
import json
21-
import pytest
2221
import os.path
2322
from flask import url_for
2423
from flask import current_app

0 commit comments

Comments
 (0)