Skip to content

Commit 2461518

Browse files
authored
chore: remove unused unittest imports (#1728)
Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
1 parent bfc692c commit 2461518

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/http/test_http_requests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import pytest
22
import tableauserverclient as TSC
3-
import unittest
43
import requests
54
import requests_mock
65

test/test_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import json
22
from pathlib import Path
3-
import unittest
43

54
import pytest
65
import requests_mock

test/test_server_info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from pathlib import Path
2-
import unittest
32

43
import pytest
54
import requests_mock

0 commit comments

Comments
 (0)