mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
Style fix
This commit is contained in:
parent
9335a494da
commit
de62239a5d
@ -262,7 +262,7 @@ class TCPClient(object):
|
||||
|
||||
def readDataWithoutProgress(self, need_print_info=True):
|
||||
packet_type = self.readPacketType()
|
||||
while packet_type == 3: # Progress
|
||||
while packet_type == 3: # Progress
|
||||
self.readProgressData()
|
||||
packet_type = self.readPacketType()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user