1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

Remove unused local variable (#185)

This commit is contained in:
Lai Jiang
2019-07-22 10:04:16 -04:00
committed by GitHub
parent 5da48184f9
commit 7352f9b4a6

View File

@@ -163,7 +163,6 @@ PRESUBMITS = {
def get_files():
result = []
for root, dirnames, filenames in os.walk("."):
for filename in filenames:
yield os.path.join(root, filename)