Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Nov 1, 2023
1 parent 49fce34 commit b45aab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_signing/serialize_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def test_file_dir(self):
# Remove dir2 and create an empty file with the same name.
dir2 = model.joinpath("dir2")
os.rmdir(dir2)
with open(dir2, 'w') as fp:
with open(dir2, 'w') as _:
pass
r1 = Serializer.serialize_v0(model, 0, sig)
assert (r0 != r1)
Expand Down

0 comments on commit b45aab9

Please sign in to comment.