Skip to content

Commit

Permalink
Remove extra line that does not match formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-potepalov committed Dec 17, 2024
1 parent 0f5fe4c commit 9247369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pghoard/webserver.py
Original file line number Diff line number Diff line change
@@ -516,7 +516,6 @@ def _is_valid_xlog_path(xlog_path_str: str) -> bool:
xlog_path = Path(xlog_path_str)
return xlog_path.is_file() and not xlog_path.is_symlink()


def get_wal_or_timeline_file(self, site: str, filename: str, filetype: str) -> None:
target_path = self.headers.get("x-pghoard-target-path")
if not target_path:

0 comments on commit 9247369

Please sign in to comment.