Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjingforever committed Sep 27, 2024
1 parent 93d9f1b commit dec165c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/server/package/src/model_explorer/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ def _js(script):

def _is_internal_colab() -> bool:
return (
"BORG_TASK_HANDLE" in os.environ
or "X20_HOME" in os.environ
or "UNITTEST_ON_BORG" in os.environ
or "google3.research.colab.lib" in sys.modules
'BORG_TASK_HANDLE' in os.environ
or 'X20_HOME' in os.environ
or 'UNITTEST_ON_BORG' in os.environ
or 'google3.research.colab.lib' in sys.modules
)


Expand Down

0 comments on commit dec165c

Please sign in to comment.