AnandInguva commented on code in PR #28882: URL: https://github.com/apache/beam/pull/28882#discussion_r1349528743
########## sdks/python/apache_beam/testing/analyzers/perf_analysis.py: ########## @@ -22,6 +22,7 @@ import argparse import logging +import uuid import os Review Comment: ```suggestion import os import uuid ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
