Skip to content

Commit

Permalink
removed cast import
Browse files Browse the repository at this point in the history
  • Loading branch information
apmoore1 committed Apr 28, 2022
1 parent 870a477 commit b94fb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymusas_models/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import math
from pathlib import Path
import tempfile
from typing import Any, Dict, List, Optional, Tuple, cast
from typing import Any, Dict, List, Optional, Tuple

import pymusas
from pymusas.spacy_api import lexicon_collection, pos_mapper, rankers # noqa: F401
Expand Down

0 comments on commit b94fb89

Please sign in to comment.