Skip to content

Commit

Permalink
Remove unused ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 8, 2024
1 parent 0635800 commit 574108a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/abode/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 574108a

Please sign in to comment.