Skip to content

Commit 4eb5792

Browse files
pre-commit-ci[bot]codefromlani
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 06a681c commit 4eb5792

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bowtie/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ async def _tui(start: Any, dialect: Dialect, **kwargs: Any):
14041404
impl_id,
14051405
implementation.info.version or "?",
14061406
runner,
1407-
)
1407+
),
14081408
)
14091409

14101410
if not runners:

bowtie/_tui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def repl(self) -> None:
111111
"[dim]Enter a JSON schema, then one instance to validate.\n"
112112
"Type [bold]q[/bold] to quit.[/dim]",
113113
title="bowtie tui",
114-
)
114+
),
115115
)
116116

117117
while True:

bowtie/tests/test_tui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ async def test_repl_validates_and_continues(session):
106106
'{"type": "integer"}',
107107
'"hello"',
108108
"q",
109-
]
109+
],
110110
)
111111
await session.repl()

0 commit comments

Comments
 (0)