run yapf on the code
This commit is contained in:
parent
5b7a5b2a76
commit
c7eede2249
4 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,7 @@ class AttrDict(dict):
|
|||
|
||||
This should only be used to mock objects for unit testing. Please do not use this outside of qmk.tests.
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(AttrDict, self).__init__(*args, **kwargs)
|
||||
self.__dict__ = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue