mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Remove unnecessary variable defintiion
This commit is contained in:
parent
5b29568fb7
commit
42f8563d0d
|
@ -1821,7 +1821,7 @@ cdef class Doc:
|
|||
|
||||
# Define working variables
|
||||
cdef TokenC tok_c
|
||||
cdef int tok_i, tok_str_l, working_store_i
|
||||
cdef int tok_i, tok_str_l
|
||||
cdef attr_t num_tok_attr
|
||||
cdef bytes tok_str_bytes
|
||||
cdef const unsigned char* tok_str
|
||||
|
|
Loading…
Reference in New Issue
Block a user