Skip to content

Commit f9c8aa1

Browse files
committed
Clean up unused imports
1 parent 902ddae commit f9c8aa1

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

test/helpers/infra_helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
from upcloud_api import Tag
2-
3-
41
def create_cluster(manager, cluster):
52
"""Create all servers in cluster."""
63
for server in cluster:

test/test_apidoc/test_10_ip_addresses.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import json
22

3-
import responses
4-
from conftest import Mock, read_from_file
3+
from conftest import read_from_file
54

65
from upcloud_api import IPAddress, Server
76

test/test_server_creation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import json
22

3-
import pytest
43
import responses
54
from conftest import Mock
65

0 commit comments

Comments
 (0)