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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user