Skip to content

Commit fa76371

Browse files
chore: remove lint-amnesty
Co-authored-by: Kyle McCormick <[email protected]>
1 parent d8f02a9 commit fa76371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xblock/utils/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def load_file(filepath, fs, def_id): # pylint: disable=invalid-name
9898
try:
9999
with fs.open(filepath) as xml_file:
100100
return file_to_xml(xml_file)
101-
except Exception as err: # lint-amnesty
101+
except Exception as err:
102102
# Add info about where we are, but keep the traceback
103103
raise Exception(f'Unable to load file contents at path {filepath} for item {def_id}: {err}') from err
104104

0 commit comments

Comments
 (0)