Skip to content

Commit

Permalink
Fix circular import for py34
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Dec 27, 2016
1 parent 8aa84f8 commit 167d629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastparquet/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .core import read_thrift
from .thrift_structures import parquet_thrift
from . import core, schema, converted_types, encoding, writer, dataframe
from . import core, schema, converted_types, encoding, dataframe
from .util import (default_open, ParquetException, sep_from_open, val_to_num,
ensure_bytes)

Expand Down

0 comments on commit 167d629

Please sign in to comment.