Skip to content

Commit

Permalink
refactor: Remove unused __future__ import
Browse files Browse the repository at this point in the history
I added this while experimenting with a more complex `__getattr__`, but don't need it for anything in this version
  • Loading branch information
dangotbanned committed Sep 30, 2024
1 parent c8033b2 commit ef0f263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions altair/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

# ruff: noqa
__version__ = "5.5.0dev"

Expand Down

0 comments on commit ef0f263

Please sign in to comment.