Skip to content

Commit

Permalink
Merge from 5.x: PR #17013
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Dec 13, 2021
2 parents 702c8c5 + 8a216d1 commit a0512c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spyder/plugins/completion/providers/kite/provider.py
Expand Up @@ -140,8 +140,6 @@ def shutdown(self):
self.kite_process.kill()

def on_mainwindow_visible(self):
self.sig_call_statusbar.emit(
KiteStatusWidget.ID, 'mainwindow_setup_finished', tuple(), {})
self.client.sig_response_ready.connect(self._kite_onboarding)
self.client.sig_status_response_ready.connect(self._kite_onboarding)
self.client.sig_onboarding_response_ready.connect(
Expand Down

0 comments on commit a0512c2

Please sign in to comment.