Skip to content

Commit

Permalink
Removed type from field name
Browse files Browse the repository at this point in the history
  • Loading branch information
snorfalorpagus authored Jan 22, 2018
1 parent 37400b7 commit c1894e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fiona/_vectorized.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def read_vectorized(collection):
cdef int field_index
cdef char * field_name_c
cdef bytes field_name_bytes
cdef str field_name
cdef int i
cdef long long [:] arr_int
cdef double [:] arr_double
Expand Down

0 comments on commit c1894e4

Please sign in to comment.