Skip to content

Commit

Permalink
fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 7, 2024
1 parent 193b09a commit c94a094
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyglossary/sq_entry_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ def __init__( # noqa: PLR0913
filename: str,
create: bool = True,
) -> None:
"""
sqliteSortKey[i] == (name, type, valueFunc).
"""
"""sqliteSortKey[i] == (name, type, valueFunc)."""
import sqlite3

self._entryToRaw = entryToRaw
Expand Down

0 comments on commit c94a094

Please sign in to comment.