Skip to content

Commit ce6be11

Browse files
committed
hotfix:compatible for py3.6
1 parent 439268f commit ce6be11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fbclient/streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __call__(self):
3939
return self.is_self_close
4040

4141

42-
def _data_to_dict(data: dict) -> tuple[int, dict]:
42+
def _data_to_dict(data: dict) -> Tuple[int, dict]:
4343
version = 0
4444
all_data = {}
4545
flags = {}

fbclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.1.2"
1+
VERSION = "1.1.3"

0 commit comments

Comments
 (0)