mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 20:24:24 -07:00
fix linting
This commit is contained in:
parent
81045d074b
commit
4b14ac1b50
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class dummy_cursor_class():
|
|||
class MockCursor:
|
||||
Warning = None
|
||||
|
||||
def __init__(self, status="ONLINE", warning = None):
|
||||
def __init__(self, status="ONLINE", warning=None):
|
||||
self.status = status
|
||||
self.executed_queries = []
|
||||
self.Warning = warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue