Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the type of Plot.add transforms argument to accept Move, not Mark #3425

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

qiemem
Copy link
Contributor

@qiemem qiemem commented Jul 22, 2023

Fixes the type in accordance with the intention of #2948. Presumably, this was just an autocomplete typo since docs and functionality all specify Move rather than Mark.

Fixes the type in accordance with the intention of mwaskom#2948
@codecov
Copy link

codecov bot commented Jul 22, 2023

Codecov Report

Merging #3425 (276165b) into master (9087437) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3425   +/-   ##
=======================================
  Coverage   98.32%   98.32%           
=======================================
  Files          77       77           
  Lines       24303    24303           
=======================================
  Hits        23897    23897           
  Misses        406      406           
Impacted Files Coverage Δ
seaborn/_core/plot.py 98.26% <ø> (ø)

@mwaskom
Copy link
Owner

mwaskom commented Jul 22, 2023

Oops, nice catch, thanks.

@mwaskom mwaskom merged commit 3ef2a0f into mwaskom:master Jul 22, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants