Run ruff format
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user