Skip to content

Commit b6fdf37

Browse files
committed
Fix lint error.
1 parent f09d38e commit b6fdf37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/frame.py

-1
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,6 @@ def to_gbq(
11961196
private_key=private_key, auth_local_webserver=auth_local_webserver,
11971197
table_schema=table_schema)
11981198

1199-
12001199
@classmethod
12011200
def from_records(cls, data, index=None, exclude=None, columns=None,
12021201
coerce_float=False, nrows=None):

0 commit comments

Comments
 (0)