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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)