Skip to content

Commit 9346702

Browse files
committed
fixed a black complaint
1 parent 2a249f2 commit 9346702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ def to_feather(self, path, **kwargs) -> None:
22072207
+----+------------+------------+
22082208
| 1 | pig | quetzal |
22092209
+----+------------+------------+
2210-
"""
2210+
""",
22112211
)
22122212
def to_markdown(
22132213
self, buf: Optional[IO[str]] = None, mode: Optional[str] = None, **kwargs

0 commit comments

Comments
 (0)