Skip to content

Commit 6a2bf6c

Browse files
committed
chore: remove unused unittest imports
1 parent 4d67996 commit 6a2bf6c

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)