Skip to content

Commit

Permalink
fix flake8 style (#7924)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Aug 16, 2024
1 parent aa68b7c commit e37f763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def list_ms_sql_server_tables(self) -> Sequence[str]:
'-P',
password,
'-Q',
f"SELECT table_name FROM information_schema.tables WHERE table_type = 'BASE TABLE'",
"SELECT table_name FROM information_schema.tables WHERE table_type = 'BASE TABLE'",
]

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

0 comments on commit e37f763

Please sign in to comment.