Skip to content

Commit 7deba51

Browse files
committed
Forcing Flake to not complain about something that is not a problem.
1 parent eb844a7 commit 7deba51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hsp2/hsp2tools/fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def fetchtable(hdfname, path, names=[], usercol=None, usercolvalue=None, CSV=Fal
5454
df = df.to_csv()
5555

5656
def replace(dff):
57-
nonlocal dforiginal
57+
nonlocal dforiginal # noqa F824
5858
if CSV:
5959
dff = read_csv(StringIO(dff), index_col=0)
6060
print(dff)

0 commit comments

Comments
 (0)