Run ruff format
All checks were successful
test / test (push) Successful in 34s
build / build (push) Successful in 2m2s

This commit is contained in:
2024-10-09 22:29:14 +02:00
parent 9e70fc25d4
commit 5c73d55d91
3 changed files with 9 additions and 4 deletions

View File

@@ -31,4 +31,4 @@ class TestWatchlist(unittest.TestCase):
def test_get_pr(self):
w = Watchlist(prs=[PRInfo(pr=1, title="PR 1")])
self.assertEqual(w.pr(1), PRInfo(pr=1, title="PR 1"))
self.assertEqual(w.pr(2), None)
self.assertEqual(w.pr(2), None)