fixup: Config.cache cannot be None

This commit is contained in:
Ronny Pfannschmidt 2024-06-21 09:42:24 +02:00
parent 85e451a2cc
commit 6a8e9ed43a
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ class Config:
TESTPATHS = enum.auto()
# Set by cacheprovider plugin.
cache: Cache | None
cache: Cache
def __init__(
self,