Skip to content

Commit

Permalink
Updated pyright and fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
TaperChipmunk32 committed Oct 23, 2024
1 parent d18efa3 commit 1415d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
node-version: "14"
- name: Lint with pyright
run: |
npm install -g [email protected].362
npm install -g [email protected].386
poetry run pyright
- name: Test with pytest
run: poetry run pytest --cov --cov-report=xml
Expand Down
3 changes: 1 addition & 2 deletions tests/corpora/test_paratext_project_terms_parser.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from typing import Dict, List, Optional, Tuple

from testutils.memory_paratext_project_terms_parser import MemoryParatextProjectTermsParser

from machine.corpora import ParatextProjectSettings, ParatextProjectTermsParserBase, UsfmStylesheet
from machine.corpora.paratext_project_terms_parser_base import _get_glosses, _strip_parens
from machine.scripture import ORIGINAL_VERSIFICATION, Versification
from tests.testutils.memory_paratext_project_terms_parser import MemoryParatextProjectTermsParser


def test_get_key_terms_from_terms_renderings() -> None:
Expand Down

0 comments on commit 1415d12

Please sign in to comment.