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

Commit d3d59ab

Browse files
committed
Python 3.5 compatibility.
1 parent 003790e commit d3d59ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

synapse/logging/_remote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
from collections import deque
2020
from ipaddress import IPv4Address, IPv6Address, ip_address
2121
from math import floor
22-
from typing import Deque, Optional
22+
from typing import Optional
2323

2424
import attr
25+
from typing_extensions import Deque
2526
from zope.interface import implementer
2627

2728
from twisted.application.internet import ClientService

0 commit comments

Comments
 (0)