Skip to content

Commit

Permalink
fix import failure from new file name
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Oct 25, 2024
1 parent 9451718 commit 2bf5a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/moving-pictures-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ commands will run quickly.
import tempfile
from urllib import request

from q2_types.multiplexed_sequences._format import EMPSingleEndDirFmt
from q2_types.multiplexed_sequences._formats import EMPSingleEndDirFmt
from q2_types.per_sample_sequences import FastqGzFormat

base_url = 'https://data.qiime2.org/2024.10/tutorials/moving-pictures/'
Expand Down

0 comments on commit 2bf5a2f

Please sign in to comment.