Skip to content

Commit

Permalink
Minor style cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Nov 16, 2023
1 parent 18ec6b0 commit ed9b756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/fusion_engine_client/messages/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ class SetConfigMessage(MessagePayload):
"config_change_data" / Bytes(this.config_change_length_bytes),
)

def __init__(self, config_object: Optional[_conf_gen.ConfigClass]
= None, flags=0x0, interface: Optional[InterfaceID] = None):
def __init__(self, config_object: Optional[_conf_gen.ConfigClass] = None, flags=0x0,
interface: Optional[InterfaceID] = None):
self.config_object = config_object
self.flags = flags
self.interface = interface
Expand Down

0 comments on commit ed9b756

Please sign in to comment.