diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-07 21:26:20 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-07 21:26:20 -0400 |
commit | 33fce23ae1db1abac8dd9af2d48acc8ee395c524 (patch) | |
tree | e3025114fcaa65efb5a57a52fdd75a02a2771c89 | |
parent | b1e7e786fbf8b8a4026f795afe26f7ca52282840 (diff) | |
download | pypaste-33fce23ae1db1abac8dd9af2d48acc8ee395c524.tar.gz |
whitespace fixup
-rw-r--r-- | pypaste/__init__.py | 1 |
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 |