Skip to content

Commit

Permalink
Kite: Don't show dialog the third time Spyder starts
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 13, 2021
1 parent 55bd8b6 commit 0c6bbeb
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 0c6bbeb

Please sign in to comment.