Skip to content

Commit

Permalink
change an internal method to staticmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jan 5, 2025
1 parent b03c0d6 commit 599be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyglossary/glossary_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,8 @@ def _setTmpDataDir(self, filename: str) -> None:
os.makedirs(self._tmpDataDir, mode=0o700, exist_ok=True)
self._cleanupPathList.add(self._tmpDataDir)

@staticmethod
def _validateReadoptions(
self,
formatName: str,
options: dict[str, Any],
) -> None:
Expand Down

0 comments on commit 599be57

Please sign in to comment.