rename id method arguments to _id
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
03fab27108
commit
78aab49ddd
4 changed files with 7 additions and 7 deletions
|
|
@ -71,7 +71,7 @@ class ICapFile(IBaseCap):
|
|||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_file(self, id):
|
||||
def get_file(self, _id):
|
||||
"""
|
||||
Get a file from an ID
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue