Skip to content

Commit 269b9c6

Browse files
committed
run black
1 parent 64e6178 commit 269b9c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -831,9 +831,7 @@ def srcpath(name=None, suffix=".pyx", subdir="src"):
831831
]
832832
},
833833
entry_points={
834-
"pandas_plotting_backends": [
835-
"matplotlib = pandas:plotting._matplotlib",
836-
],
834+
"pandas_plotting_backends": ["matplotlib = pandas:plotting._matplotlib"]
837835
},
838836
**setuptools_kwargs
839837
)

0 commit comments

Comments
 (0)