Skip to content

Commit

Permalink
Add missing cimport for AvroReader class
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Mar 26, 2021
1 parent 4e48f03 commit 59a9581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyavro_stardust/flowtuple.pyx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cython: language_level=3
import zlib, wandio
cimport cython
from pyavro_stardust.baseavro cimport AvroRecord, read_long, read_string
from pyavro_stardust.baseavro cimport AvroRecord, read_long, read_string, \
AvroReader

@cython.final
cdef class AvroFlowtuple(AvroRecord):
Expand Down

0 comments on commit 59a9581

Please sign in to comment.