Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Sep 18, 2015
1 parent 24ee7f7 commit c8ce042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def default(self, obj):
elif type(obj) in [numpy.bool_]:
return bool(obj)
elif type(obj) in [numpy.float_, numpy.float16, numpy.float32, numpy.float64,
numpy.complex_, numpy.complex64, numpy.complex128,:
numpy.complex_, numpy.complex64, numpy.complex128]:
return float(obj)

# Let the base class default method raise the TypeError
Expand Down

0 comments on commit c8ce042

Please sign in to comment.