Skip to content

Commit 1282a74

Browse files
committed
Update docstring
1 parent 23e94bc commit 1282a74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labman/db/plate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ def list_plates(plate_types=None, only_quantified=False,
198198
-------
199199
list of dicts
200200
The list of plate information with the structure:
201-
[{'plate_id': int, 'external_id': string}]
201+
[{'plate_id': int, 'external_id': string,
202+
'creation_timestamp': datetime}]
202203
"""
203204
with sql_connection.TRN as TRN:
204205
sql_where, sql_discard, sql_plate_types = '', '', ''

0 commit comments

Comments
 (0)