diff --git a/jaraco/abode/config.py b/jaraco/abode/config.py index 7225354..423dc55 100644 --- a/jaraco/abode/config.py +++ b/jaraco/abode/config.py @@ -13,7 +13,7 @@ import platformdirs -class PlatformDirs(platformdirs.PlatformDirs): # type: ignore[misc, valid-type] # platformdirs/platformdirs#295 +class PlatformDirs(platformdirs.PlatformDirs): """ Augment PlatformDirs to ensure the data path exists.