Skip to content

Commit e7bfaa1

Browse files
committed
Add absolute_import to xgboost utils file
1 parent 2f7d94d commit e7bfaa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sagemaker/xgboost/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
1313
"""Placeholder docstring"""
14+
from __future__ import absolute_import
15+
1416
from sagemaker.xgboost import defaults
1517

1618

0 commit comments

Comments
 (0)