Skip to content

Commit ed0c58d

Browse files
committed
spotless
1 parent 13045da commit ed0c58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iotdb-client/client-py/tests/integration/sqlalchemy/test_dialect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_dialect():
5050
password = urlquote("IoTDB@2017")
5151
host = db.get_container_host_ip()
5252
port = db.get_exposed_port(6667)
53-
url = f'iotdb://root:{password}@{host}:{port}'
53+
url = f"iotdb://root:{password}@{host}:{port}"
5454
registry.register("iotdb", "iotdb.sqlalchemy.IoTDBDialect", "IoTDBDialect")
5555
eng = create_engine(url)
5656

0 commit comments

Comments
 (0)