Skip to content

Commit 9827899

Browse files
committed
lint
1 parent 53192d3 commit 9827899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyerrors/input/hadrons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def read_hd5(filestem: str, ens_id: str, group: str, attrs: Optional[Union[dict,
137137
for c in corr_data_array.T:
138138
p_obs.append(Obs([c], [ens_id], idl=[idx]))
139139
corr = Corr(p_obs)
140-
140+
141141
corr.tag = r", ".join(infos)
142142
return corr
143143

0 commit comments

Comments
 (0)