Skip to content

Commit

Permalink
multiple statements on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh2230 committed May 31, 2024
1 parent 15c4a28 commit 4f201e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stairlight/source/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def render_by_string_template(
except KeyError:
logger.warning(
(
f"Params not found; "
f"Params not found. "
f"source_type: {self.source_type}, "
f"key: {self.key}",
f"params: {params}",
Expand All @@ -209,7 +209,7 @@ def render_by_string_template(
except ValueError:
logger.warning(
(
f"Query rendering failed; "
f"Query rendering failed. "
f"source_type: {self.source_type}, "
f"key: {self.key}",
f"params: {params}",
Expand Down

0 comments on commit 4f201e9

Please sign in to comment.