fixup: Config.cache cannot be None
This commit is contained in:
parent
85e451a2cc
commit
6a8e9ed43a
|
@ -1024,7 +1024,7 @@ class Config:
|
|||
TESTPATHS = enum.auto()
|
||||
|
||||
# Set by cacheprovider plugin.
|
||||
cache: Cache | None
|
||||
cache: Cache
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue