mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 04:34:01 +08:00
Fix all issues from shellcheck --severity=warning (#2354)
This commit is contained in:
@ -11,9 +11,6 @@ function cov {
|
||||
${1}
|
||||
}
|
||||
|
||||
PYTHON_VERSION=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:3])))')
|
||||
PYTHON_VERSION_INFO=(${PYTHON_VERSION//./ })
|
||||
|
||||
coverage erase
|
||||
|
||||
cov instrumentation/opentelemetry-instrumentation-flask
|
||||
|
Reference in New Issue
Block a user