Skip to content

Commit

Permalink
run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jun 10, 2024
1 parent 20f3f77 commit b308523
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,10 @@ def test_helps_rich(self):
)
self.assertEqual(result.returncode, 0)
self.assertFalse(result.stderr)
self.assertEqual(self.strip_ansi(result.stdout.decode()).strip(), self.routine_help_rich.strip())
self.assertEqual(
self.strip_ansi(result.stdout.decode()).strip(),
self.routine_help_rich.strip(),
)

stdout = StringIO()

Expand Down

0 comments on commit b308523

Please sign in to comment.