Skip to content

Commit fe0d6cb

Browse files
committed
linting
1 parent 6d47e44 commit fe0d6cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,9 @@ def __init__(self):
257257

258258
def __getattr__(self, item):
259259
self.warnings.warn(
260-
"The pandas.datetime module is deprecated and will be removed from pandas in a future version. "
261-
"Import numpy directly instead",
260+
"The pandas.datetime module is deprecated and will be "
261+
"removed from pandas in a future version. Import numpy "
262+
"directly instead",
262263
FutureWarning,
263264
stacklevel=2,
264265
)

0 commit comments

Comments
 (0)