MatrixSynapse/synapse/logging
Will Hunt 62b1ce8539
isort 5 compatibility (#7786)
The CI appears to use the latest version of isort, which is a problem when isort gets a major version bump. Rather than try to pin the version, I've done the necessary to make isort5 happy with synapse.
2020-07-05 16:32:02 +01:00
..
__init__.py
_structured.py
_terse_json.py
context.py
formatter.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
opentracing.py isort 5 compatibility (#7786) 2020-07-05 16:32:02 +01:00
scopecontextmanager.py
utils.py