We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0020e8 commit 49ff831Copy full SHA for 49ff831
4 files changed
setup.cfg
@@ -17,7 +17,6 @@ setup_requires =
17
install_requires =
18
python-dateutil
19
requests
20
- six
21
packages =
22
upcloud_api
23
upcloud_api.cloud_manager
test/test_tags.py
@@ -1,5 +1,3 @@
1
-import six
2
-
3
from upcloud_api import Tag
4
5
from conftest import Mock
upcloud_api/cloud_manager/tag_mixin.py
upcloud_api/tag.py
from upcloud_api import Server, UpCloudResource
0 commit comments