[ 
https://issues.apache.org/jira/browse/BEAM-3999?focusedWorklogId=103017&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-103017
 ]

ASF GitHub Bot logged work on BEAM-3999:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/May/18 17:56
            Start Date: 17/May/18 17:56
    Worklog Time Spent: 10m 
      Work Description: RobbeSneyders commented on a change in pull request 
#5334: [BEAM-3999] Futurize internal subpackage
URL: https://github.com/apache/beam/pull/5334#discussion_r189047846
 
 

 ##########
 File path: sdks/python/apache_beam/internal/util.py
 ##########
 @@ -20,9 +20,13 @@
 For internal use only. No backwards compatibility guarantees.
 """
 
+from __future__ import absolute_import
+
 import logging
 import threading
 import weakref
+from builtins import next
 
 Review comment:
   This is indeed done by the automatic conversion of future. 
   And you're right, it isn't necessary here. Lint doesn't seem to complain 
either, so we can remove this.
   
   

----------------------------------------------------------------
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: 103017)
    Time Spent: 1.5h  (was: 1h 20m)

> Futurize and fix python 2 compatibility for internal subpackage
> ---------------------------------------------------------------
>
>                 Key: BEAM-3999
>                 URL: https://issues.apache.org/jira/browse/BEAM-3999
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core
>            Reporter: Robbe
>            Assignee: Robbe
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to