Skip to content

Commit b471369

Browse files
kevin-bateslresende
authored andcommitted
Release 0.3.7
1 parent 39ee476 commit b471369

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/test_resource_manager.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from yarn_api_client.resource_manager import ResourceManager
66
from yarn_api_client.errors import IllegalArgumentError
7-
from yarn_api_client.hadoop_conf import _is_https_only
87

98

109
@patch('yarn_api_client.resource_manager.ResourceManager.request')

yarn_api_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.3.7.dev'
2+
__version__ = '0.3.7'
33
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']
44

55
from .application_master import ApplicationMaster

0 commit comments

Comments
 (0)