cleanup: Remove unused variables.
Generated by autoflake. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
f5d96dbcce
commit
54b2578204
13 changed files with 20 additions and 20 deletions
|
@ -121,5 +121,5 @@ if __name__ == "__main__":
|
|||
finally:
|
||||
try:
|
||||
os.remove(lock_path)
|
||||
except OSError as IOError:
|
||||
except OSError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue