[
https://issues.apache.org/jira/browse/BEAM-4008?focusedWorklogId=105396&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-105396
]
ASF GitHub Bot logged work on BEAM-4008:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/May/18 23:00
Start Date: 23/May/18 23:00
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #5336:
[BEAM-4008] Futurize utils subpackage
URL: https://github.com/apache/beam/pull/5336#discussion_r190424036
##########
File path: sdks/python/apache_beam/utils/profiler.py
##########
@@ -20,21 +20,19 @@
For internal use only; no backwards-compatibility guarantees.
"""
-import cProfile
+from __future__ import absolute_import
+
+import cProfile # pylint: disable=bad-python3-import
Review comment:
For my education, why does py3 lint complain here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 105396)
Time Spent: 50m (was: 40m)
> Futurize and fix python 2 compatibility for utils subpackage
> ------------------------------------------------------------
>
> Key: BEAM-4008
> URL: https://issues.apache.org/jira/browse/BEAM-4008
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Robbe
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)