From 33fce23ae1db1abac8dd9af2d48acc8ee395c524 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 7 Sep 2025 21:26:20 -0400 Subject: whitespace fixup --- pypaste/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pypaste/__init__.py b/pypaste/__init__.py index a8e69ec..d0991c2 100644 --- a/pypaste/__init__.py +++ b/pypaste/__init__.py @@ -252,6 +252,7 @@ class App: use := await self.database.storage_use() ) is not None and use > self.config.s3_max_bytes: oldest = await self.database.oldest() + # If use is not None, there must be at least 1 paste, so we let the # type checker know that this is an unreachable case. assert oldest is not None -- cgit v1.2.3