opentelemetry-python-contrib/tests/opentelemetry-docker-tests/tests/celery
Michael Manganiello 07c52aad38
Refactor code using pyupgrade for Python 3.6 (#770)
* Refactor code using pyupgrade for Python 3.6

This diff is the result of applying the following command to the
project:

```shell
find . -type f -name "*.py" -exec pyupgrade --py36-plus '{}' +
```

* Simplify yield from
2021-10-24 07:04:06 +05:30
..
conftest.py Refactor code using pyupgrade for Python 3.6 (#770) 2021-10-24 07:04:06 +05:30
test_celery_functional.py Refactor code using pyupgrade for Python 3.6 (#770) 2021-10-24 07:04:06 +05:30