Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix PEP8 linebreak
  • Loading branch information
alanderex committed Feb 2, 2019
commit 43cdbb397fd8eea4771a9ac215c52eb28f7868c4
3 changes: 2 additions & 1 deletion pandas/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ def apply_if_callable(maybe_callable, obj, **kwargs):

def dict_compat(d):
"""
Helper function to convert datetimelike-keyed dicts to Timestamp-keyed dict.
Helper function to convert datetimelike-keyed dicts
to Timestamp-keyed dict.

Parameters
----------
Expand Down