Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 3, 2024
1 parent abc3ee4 commit 7212a4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion altair/utils/schemapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
from altair import vegalite

if TYPE_CHECKING:
import sys
from referencing import Registry

from altair import ChartType
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
# If you update the minimum required jsonschema version, also update it in build.yml
"jsonschema>=3.0",
"packaging",
"narwhals>=0.9.25"
"narwhals>=0.9.26"
]
description = "Vega-Altair: A declarative statistical visualization library for Python."
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion tools/schemapi/schemapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
from altair import vegalite

if TYPE_CHECKING:
import sys
from referencing import Registry

from altair import ChartType
Expand Down

0 comments on commit 7212a4f

Please sign in to comment.