Fix python os import. (#28805)

pull/28813/head
Paulo Castello da Costa 3 years ago committed by GitHub
parent bfd1bcfc09
commit ccd8d577d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/run_tests/performance/massage_qps_stats.py

@ -14,6 +14,7 @@
# Autogenerated by tools/codegen/core/gen_stats_data.py
import os
import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)))

Loading…
Cancel
Save