Skip to content

Commit

Permalink
Fixed linting error with datetime.datetime import
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzazari committed Mar 12, 2017
1 parent 9580af0 commit d0a2abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/frame/test_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import print_function

from datetime import timedelta, datetime
from datetime import timedelta
from distutils.version import LooseVersion
import sys
import pytest
Expand Down

0 comments on commit d0a2abc

Please sign in to comment.