summary refs log tree commit diff
path: root/stubs/sortedcontainers
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-01-08 14:08:44 +0000
committerGitHub <noreply@github.com>2021-01-08 14:08:44 +0000
commit23a59d24ae34493c2e54e1601b2d3757df35095e (patch)
tree95bdd12088abb1c0a019d43a41ddfcfb092f8565 /stubs/sortedcontainers
parentAllow running sendToDevice on workers (#9044) (diff)
downloadsynapse-23a59d24ae34493c2e54e1601b2d3757df35095e.tar.xz
Run the linters on a consistent list of files (#9038)
We were running some linters on some files and some on others. Extract a common
setting and use it everywhere.
Diffstat (limited to 'stubs/sortedcontainers')
-rw-r--r--stubs/sortedcontainers/sorteddict.pyi6
1 files changed, 3 insertions, 3 deletions
diff --git a/stubs/sortedcontainers/sorteddict.pyi b/stubs/sortedcontainers/sorteddict.pyi
index 68779f968e..7b9fd079d9 100644
--- a/stubs/sortedcontainers/sorteddict.pyi
+++ b/stubs/sortedcontainers/sorteddict.pyi
@@ -7,17 +7,17 @@ from typing import (
     Callable,
     Dict,
     Hashable,
-    Iterator,
-    Iterable,
     ItemsView,
+    Iterable,
+    Iterator,
     KeysView,
     List,
     Mapping,
     Optional,
     Sequence,
+    Tuple,
     Type,
     TypeVar,
-    Tuple,
     Union,
     ValuesView,
     overload,