mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix black
This commit is contained in:
parent
ebd72e433d
commit
27390799c1
@ -465,5 +465,6 @@ def main():
|
||||
if status == "error":
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
@ -280,4 +280,4 @@ def test_HDFS(start_cluster):
|
||||
|
||||
def test_schema_inference(start_cluster):
|
||||
error = node7.query_and_get_error("desc url('http://test.com`, 'TSVRaw'')")
|
||||
assert(error.find('ReadWriteBufferFromHTTPBase') == -1)
|
||||
assert error.find("ReadWriteBufferFromHTTPBase") == -1
|
||||
|
Loading…
Reference in New Issue
Block a user