lazylynx commented on a change in pull request #14730:
URL: https://github.com/apache/beam/pull/14730#discussion_r631833670
##########
File path: sdks/python/apache_beam/runners/worker/sdk_worker.py
##########
@@ -73,16 +68,11 @@
from apache_beam.runners.worker.worker_status import FnApiWorkerStatusHandler
from apache_beam.runners.worker.worker_status import thread_dump
from apache_beam.utils import thread_pool_executor
+from apache_beam.utils.profiler import Profile # pylint: disable=unused-import
from apache_beam.utils.sentinel import Sentinel
-if TYPE_CHECKING:
- # TODO(BEAM-9372): move this out of the TYPE_CHECKING scope when we drop
Review comment:
It seems to be better. Updated at 85db04e
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]