Skip to content

Commit

Permalink
removed one more accidental reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
George Wood committed Oct 8, 2020
1 parent e40c010 commit efd8441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandavro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
pd.Timestamp: {'type': 'long', 'logicalType': 'timestamp-micros'},
}

# Pandas 0.24 added support for nullable integers. Include those in the supported integer dtypes if present, otherwise ignore them.
# Pandas 0.24 added support for nullable integers. Include those in the supported
# integer dtypes if present, otherwise ignore them.
try:
NUMPY_TO_AVRO_TYPES[pd.Int8Dtype] = 'int'
NUMPY_TO_AVRO_TYPES[pd.Int16Dtype] = 'int'
Expand Down

0 comments on commit efd8441

Please sign in to comment.