Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maliarov committed Feb 10, 2022
1 parent e49ca5e commit 32e5dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simpleplots/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__all__ = ('Figure')

from .base import Tuple, Theme, Axes, Coords
from .base import Tuple, Theme, Axes, Coords, List, Union, Tuple
from .utils import get_text_dimensions, smartrange
from .visuals import Spines, PointsGrid
from .themes import StandardTheme
Expand Down

0 comments on commit 32e5dcf

Please sign in to comment.