Skip to content

Commit

Permalink
type keyword is too new
Browse files Browse the repository at this point in the history
  • Loading branch information
jbothma committed Nov 22, 2024
1 parent 58b3331 commit 47826b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomenklatura/index/duckdb_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from nomenklatura.resolver import Pair, Identifier
from nomenklatura.store import View

type BlockingMatches = List[Tuple[Identifier, float]]
BlockingMatches = List[Tuple[Identifier, float]]

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 47826b5

Please sign in to comment.