Skip to content

Commit 49ff831

Browse files
committed
Remove six dependency (imported, not used)
1 parent a0020e8 commit 49ff831

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ setup_requires =
1717
install_requires =
1818
python-dateutil
1919
requests
20-
six
2120
packages =
2221
upcloud_api
2322
upcloud_api.cloud_manager

test/test_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import six
2-
31
from upcloud_api import Tag
42

53
from conftest import Mock

upcloud_api/cloud_manager/tag_mixin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import six
2-
31
from upcloud_api import Tag
42

53

upcloud_api/tag.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import six
2-
31
from upcloud_api import Server, UpCloudResource
42

53

0 commit comments

Comments
 (0)