Skip to content

Commit f6fe986

Browse files
roccomorettinscorley
authored andcommitted
fix: Formatting
1 parent a8552a4 commit f6fe986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/atomworks/ml/transforms/msa/_msa_loading_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def parse_a3m(
163163
fstream = remove_header_from_msa_file(open_file(filename))
164164

165165
for index, line in enumerate(fstream):
166-
line = line.replace('\x00','') # Files from the mmseq server may have stray null characters
166+
line = line.replace("\x00", "") # Files from the mmseq server may have stray null characters
167167
if len(line) == 0:
168168
continue
169169
# Extract taxonomy ID from the header line, but don't process like the rest of the MSA

0 commit comments

Comments
 (0)