Skip to content

Commit

Permalink
change type hint from dict to Any for **kwargs in aes.init
Browse files Browse the repository at this point in the history
see #844
  • Loading branch information
nwweber authored and has2k1 committed Aug 1, 2024
1 parent 0171823 commit fc8d7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotnine/mapping/aes.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class aes(Dict[str, Any]):
x aesthetic mapping
y : str | array_like | scalar
y aesthetic mapping
**kwargs : dict
**kwargs : Any
Other aesthetic mappings
Notes
Expand Down

0 comments on commit fc8d7c2

Please sign in to comment.