Skip to content

Commit

Permalink
fix doctest in search_community_annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Mar 21, 2024
1 parent d878e55 commit 9fbdcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fafbseg/flywire/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ def search_community_annotations(x,
>>> an = flywire.search_community_annotations(720575940628857210)
Using materialization version 783.
>>> an.iloc[0]
>>> an.iloc[0] # doctest: +SKIP
id 46699
created 2022-04-20 17:26:55.132886+00:00
superceded_id NaN
Expand Down

0 comments on commit 9fbdcd1

Please sign in to comment.