Skip to content

Commit

Permalink
fix (lint): fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vaimdev committed Oct 29, 2024
1 parent 799e93b commit e1737d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphistry/pygraphistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2482,6 +2482,7 @@ def databricks_sso_wait_for_token(repeat=5, wait=20):
@staticmethod
def databricks_sso_login_init(wait=20):
from IPython.display import display, HTML, clear_output

def init_login(wait):
clear_output()
token = PyGraphistry.api_token()
Expand Down

0 comments on commit e1737d8

Please sign in to comment.