Skip to content

Commit

Permalink
Remove type ignore that make mypy fails
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Sep 19, 2024
1 parent 56fa7b7 commit 2af5bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import click
import tomlkit
from jupyter_releaser.util import get_version, run
from pkg_resources import parse_version # type: ignore
from pkg_resources import parse_version

LERNA_CMD = "jlpm run lerna version --no-push --force-publish --no-git-tag-version"

Expand Down

0 comments on commit 2af5bc8

Please sign in to comment.