Skip to content

Commit 2cc084a

Browse files
authored
Add missing import in fetch_seed_MSAs
1 parent 4b6cb77 commit 2cc084a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/Pfam_seed/fetch_seed_MSAs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import os
55
from subprocess import run
66
import requests
7+
import string
78

89
import tqdm
910

0 commit comments

Comments
 (0)