Skip to content

Commit

Permalink
chore: update doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 4, 2024
1 parent 1e5548f commit 948fc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prymer/offtarget/bwa.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
>>> bwa.map_all(queries=[query])
[BwaResult(query=Query(id='NA', bases='AAAAAA'), hit_count=3968, hits=[])]
>>> bwa.close()
True
```
""" # noqa: E501

Expand Down

0 comments on commit 948fc0c

Please sign in to comment.