mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-24 19:54:24 -04:00
Format with black
This commit is contained in:
parent
36fad84ee2
commit
8dc6cd71cd
11 changed files with 166 additions and 65 deletions
|
@ -4,7 +4,7 @@ from pyhon.parameter import HonParameterEnum
|
|||
class Appliance:
|
||||
def __init__(self):
|
||||
filters = ["receipt", "standard, special"]
|
||||
data = {'defaultValue': filters[0], 'enumValues': filters}
|
||||
data = {"defaultValue": filters[0], "enumValues": filters}
|
||||
self._program_filter = HonParameterEnum("program_filter", data)
|
||||
|
||||
def data(self, data):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue