Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Dec 24, 2024
1 parent b6e9da8 commit 0937ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/tutorial/sequence/annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ functions to directly obtain useful objects from a :class:`GenBankFile` object.
.. jupyter-execute::

from tempfile import gettempdir
import biotite.database.entrez as entrez
import biotite.sequence.io.genbank as gb

file_path = entrez.fetch(
Expand Down

0 comments on commit 0937ec6

Please sign in to comment.