mirror of
https://github.com/google/nomulus.git
synced 2025-07-03 09:43:30 +02:00
Remove unused local variable (#185)
This commit is contained in:
parent
5da48184f9
commit
7352f9b4a6
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ PRESUBMITS = {
|
||||||
|
|
||||||
|
|
||||||
def get_files():
|
def get_files():
|
||||||
result = []
|
|
||||||
for root, dirnames, filenames in os.walk("."):
|
for root, dirnames, filenames in os.walk("."):
|
||||||
for filename in filenames:
|
for filename in filenames:
|
||||||
yield os.path.join(root, filename)
|
yield os.path.join(root, filename)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue