Skip to content

Commit e37f763

Browse files
authored
fix flake8 style (#7924)
1 parent aa68b7c commit e37f763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/generic/connector/tests/utils/docker_compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def list_ms_sql_server_tables(self) -> Sequence[str]:
223223
'-P',
224224
password,
225225
'-Q',
226-
f"SELECT table_name FROM information_schema.tables WHERE table_type = 'BASE TABLE'",
226+
"SELECT table_name FROM information_schema.tables WHERE table_type = 'BASE TABLE'",
227227
]
228228

229229
LOGGER.debug("calling command: " + " ".join(cmd))

0 commit comments

Comments
 (0)