chadrik commented on a change in pull request #12883:
URL: https://github.com/apache/beam/pull/12883#discussion_r495317252
##########
File path: sdks/python/apache_beam/metrics/cells.py
##########
@@ -29,8 +29,12 @@
import threading
import time
from builtins import object
+from typing import TYPE_CHECKING
from typing import Optional
+if TYPE_CHECKING:
+ from apache_beam.metrics.metricbase import MetricName
Review comment:
leftover cruft. fixed
----------------------------------------------------------------
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]