Fix black

This commit is contained in:
alesapin 2022-03-29 18:23:18 +02:00
parent ebd72e433d
commit 27390799c1
2 changed files with 2 additions and 1 deletions

View File

@ -465,5 +465,6 @@ def main():
if status == "error":
sys.exit(1)
if __name__ == "__main__":
main()

View File

@ -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