Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Feb 12, 2023
1 parent 6bc92bf commit f663e4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pingouin/effsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def compute_bootci(
if isinstance(func, str):
func_str = "%s" % func
if func == "pearson":

assert paired, "Paired should be True if using correlation functions."

def func(x, y):
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def read(fname):
from distutils.core import setup

if __name__ == "__main__":

setup(
name=DISTNAME,
author=MAINTAINER,
Expand Down

0 comments on commit f663e4e

Please sign in to comment.