Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Jan 3, 2024
1 parent 95dc26b commit 4fe475f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pt_dict/console_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ def lookup(self, word: str, reload=False) -> dict[str, bool]:
'pt90': self.pt90.lookup(word),
'pt45': self.pt45.lookup(word),
}

1 change: 0 additions & 1 deletion pt_dict/scripts/.archive/add_given_names.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import unicodedata
from os import path
from typing import Optional

from pt_dict.constants import LATIN_1_ENCODING, DATA_DIR
from pt_dict.dicts.dictionary import Dictionary
Expand Down
2 changes: 1 addition & 1 deletion pt_dict/scripts/test_words.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from spylls.hunspell import Dictionary

from pt_dict.constants import HUNSPELL_DIR
from pt_dict.variants.variant import DIC_VARIANTS, PT_PT_90, PT_PT_45, PT_BR
from pt_dict.variants.variant import PT_BR


def main():
Expand Down

0 comments on commit 4fe475f

Please sign in to comment.