We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c67475 commit 7b9a98dCopy full SHA for 7b9a98d
1 file changed
thingsdb/client/client.py
@@ -5,11 +5,7 @@
5
import time
6
from collections import defaultdict
7
from ssl import SSLContext, PROTOCOL_TLS
8
-<<<<<<< HEAD
9
from typing import Any
10
-=======
11
-from typing import Optional, Union, Any, List, Tuple
12
->>>>>>> 032903ac574ee0bd798375acf264f6c100916d3d
13
from concurrent.futures import CancelledError
14
from .buildin import Buildin
15
from .protocol import Proto, Protocol, ProtocolWS
0 commit comments