Skip to content

Commit d0a2abc

Browse files
committed
Fixed linting error with datetime.datetime import
1 parent 9580af0 commit d0a2abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_analytics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
from datetime import timedelta, datetime
5+
from datetime import timedelta
66
from distutils.version import LooseVersion
77
import sys
88
import pytest

0 commit comments

Comments
 (0)