cleanup: Remove unused variables.

Generated by autoflake.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-18 16:36:24 -07:00 committed by Tim Abbott
parent f5d96dbcce
commit 54b2578204
13 changed files with 20 additions and 20 deletions

View file

@ -121,5 +121,5 @@ if __name__ == "__main__":
finally:
try:
os.remove(lock_path)
except OSError as IOError:
except OSError:
pass