Skip to content

Commit 42003b3

Browse files
authored
fix flake8 style (#7955)
1 parent 43d45e9 commit 42003b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/tests/functional/postgresql/common/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def diff_sql(run_output, sql, out_file):
5555

5656

5757
def get_out_file(sql_file):
58-
base_name = sql_file.stem
5958
out_file = sql_file.with_suffix('.out')
6059

6160
assert out_file.is_file()

0 commit comments

Comments
 (0)