Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Apr 6, 2022
1 parent 29867d1 commit e64f436
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions qiskit_ibm_provider/jupyter/backend_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ def backend_widget(backend: Union[IBMBackend, FakeBackend]) -> None:
color="#002d9c",
children=[
vue.ToolbarTitle(
children=[
"{} @ ({})".format(
backend.name(), instance
)
],
children=["{} @ ({})".format(backend.name(), instance)],
style_="color:white",
)
],
Expand Down

0 comments on commit e64f436

Please sign in to comment.