Skip to content

Commit

Permalink
fix flake8 style (#7955)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Aug 17, 2024
1 parent 43d45e9 commit 42003b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ydb/tests/functional/postgresql/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def diff_sql(run_output, sql, out_file):


def get_out_file(sql_file):
base_name = sql_file.stem
out_file = sql_file.with_suffix('.out')

assert out_file.is_file()
Expand Down

0 comments on commit 42003b3

Please sign in to comment.