Skip to content

Commit

Permalink
change the vscode settings to explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Mar 28, 2024
1 parent e8dad5f commit f975f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"esbonio.server.enabled": true,
"esbonio.sphinx.confDir": "",
Expand Down
1 change: 1 addition & 0 deletions src/blueapi/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def env(obj: dict, reload: Optional[bool]) -> None:

client: BlueapiRestClient = obj["rest_client"]
if reload:
print('reloading the environment...')
pprint(client.reload_environemnt())
pprint(client.get_environment())

Expand Down

0 comments on commit f975f6d

Please sign in to comment.