mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 00:12:11 +02:00
Remove unused local variable (#185)
This commit is contained in:
parent
f080259e5e
commit
a91270d7e5
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue