forked-synapse/synapse/logging
Patrick Cloke 8a4a4186de
Simplify super() calls to Python 3 syntax. (#8344)
This converts calls like super(Foo, self) -> super().

Generated with:

    sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
2020-09-18 09:56:44 -04:00
..
__init__.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
_structured.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
_terse_json.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
context.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
formatter.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
opentracing.py Fix typos in comments. 2020-09-14 11:46:58 -04:00
scopecontextmanager.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
utils.py Use the right constructor for log records (#8278) 2020-09-08 14:52:51 +01:00