Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Nov 3, 2021
1 parent 7689050 commit 989d282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/pigweed/rpc_console/py/chip_rpc/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _start_ipython_terminal(client: HdlcRpcClient) -> None:
interactive_console = PwConsoleEmbed(
global_vars=local_variables,
local_vars=None,
loggers= {
loggers={
'Device Logs': [_DEVICE_LOG],
'Host Logs': [logging.getLogger()],
},
Expand Down

0 comments on commit 989d282

Please sign in to comment.