summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-07 21:26:20 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-07 21:26:20 -0400
commit33fce23ae1db1abac8dd9af2d48acc8ee395c524 (patch)
treee3025114fcaa65efb5a57a52fdd75a02a2771c89
parentb1e7e786fbf8b8a4026f795afe26f7ca52282840 (diff)
downloadpypaste-33fce23ae1db1abac8dd9af2d48acc8ee395c524.tar.gz
whitespace fixup
-rw-r--r--pypaste/__init__.py1
1 files changed, 1 insertions, 0 deletions
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