fixup: restore comment for Config.cache

This commit is contained in:
Ronny Pfannschmidt 2024-06-21 09:39:34 +02:00
parent e60afd5af2
commit 4f7ada5b6a
1 changed files with 1 additions and 0 deletions

View File

@ -1010,6 +1010,7 @@ class Config:
object.__setattr__(self, "plugins", plugins)
object.__setattr__(self, "dir", dir)
# Set by cacheprovider plugin.
cache: Cache
class ArgsSource(enum.Enum):