Remove useless comments
This commit is contained in:
parent
ec92888450
commit
40c247897a
@ -96,7 +96,6 @@ def merge_include_files():
|
||||
:return: path-like object
|
||||
"""
|
||||
try:
|
||||
# filelist is guaranteed to exist at this point
|
||||
filelist = merge_files(get_files_by_suffix("-include.conf"))
|
||||
yield filelist
|
||||
finally:
|
||||
@ -110,7 +109,6 @@ def merge_exclude_files():
|
||||
:return: path-like object
|
||||
"""
|
||||
try:
|
||||
# filelist is guaranteed to exist at this point
|
||||
filelist = merge_files(get_files_by_suffix("-exclude.conf"))
|
||||
yield filelist
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user