Skip to content

Commit

Permalink
Python27 compatibility for PandasConnector - see #3302
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunwicks committed Sep 28, 2017
1 parent d156430 commit fa38256
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/connectors/pandas/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals

from collections import OrderedDict
from datetime import datetime
import logging
Expand Down

0 comments on commit fa38256

Please sign in to comment.