diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-01-19 11:50:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 16:50:09 +0000 |
commit | c072c0b82969879cd08d0d6e669ded509f1e833b (patch) | |
tree | 18604e1a856ef5c16c5d880e1c824ffade6c5fe7 /synapse | |
parent | Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768) (diff) | |
download | synapse-c072c0b82969879cd08d0d6e669ded509f1e833b.tar.xz |
Fix mypy for platforms without epoll support. (#11771)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/metrics/_reactor_metrics.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/metrics/_reactor_metrics.py b/synapse/metrics/_reactor_metrics.py |