Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e12d40a

Browse files
committed
Lint
1 parent abd7bf0 commit e12d40a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

synapse/federation/federation_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
TYPE_CHECKING,
2222
AbstractSet,
2323
Awaitable,
24+
BinaryIO,
2425
Callable,
2526
Collection,
2627
Container,
@@ -33,7 +34,6 @@
3334
Tuple,
3435
TypeVar,
3536
Union,
36-
BinaryIO,
3737
)
3838

3939
import attr

synapse/federation/transport/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from typing import (
1919
TYPE_CHECKING,
2020
Any,
21+
BinaryIO,
2122
Callable,
2223
Collection,
2324
Dict,
@@ -28,7 +29,6 @@
2829
Optional,
2930
Tuple,
3031
Union,
31-
BinaryIO,
3232
)
3333

3434
import attr

0 commit comments

Comments
 (0)