Skip to content

Commit 2bf5a2f

Browse files
committed
fix import failure from new file name
1 parent 9451718 commit 2bf5a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/moving-pictures-usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ commands will run quickly.
8181
import tempfile
8282
from urllib import request
8383

84-
from q2_types.multiplexed_sequences._format import EMPSingleEndDirFmt
84+
from q2_types.multiplexed_sequences._formats import EMPSingleEndDirFmt
8585
from q2_types.per_sample_sequences import FastqGzFormat
8686

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

0 commit comments

Comments
 (0)