Skip to content

Commit b074526

Browse files
committed
more fixes
1 parent 60221af commit b074526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎ciftools/models/writer.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ def name(self) -> str:
9191
...
9292

9393
@staticmethod
94-
defget_fields(data: Any) ->Collection[CIFFieldDesc]:
94+
defget_row_count(data: Any) ->int:
9595
...
9696

9797
@staticmethod
98-
defget_field_descriptors(data: Any) ->int:
98+
defget_field_descriptors(data: Any) ->Collection[CIFFieldDesc]:
9999
...
100100

101101

0 commit comments

Comments
(0)