Skip to content

Commit 0ac1c65

Browse files
Satisfy static analysis tools.
1 parent 5177a8a commit 0ac1c65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/oracledb/impl/base/metadata.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ cdef class OracleMetadata:
3636
Creates an Arrow schema for the metadata.
3737
"""
3838
cdef:
39-
ArrowType arrow_type, child_arrow_type = NANOARROW_TYPE_NA
4039
ArrowTimeUnit time_unit = NANOARROW_TIME_UNIT_SECOND
40+
ArrowType child_arrow_type = NANOARROW_TYPE_NA
41+
ArrowType arrow_type = NANOARROW_TYPE_NA
4142
uint8_t py_type_num = self._py_type_num
4243
uint32_t db_type_num = self.dbtype.num
4344

0 commit comments

Comments
 (0)