PY-72902 Jupyter(refactor): Refactor to use helper methods

GitOrigin-RevId: bd1fa4a3c88f65394ec2ca22a131670e0c70c8a7
This commit is contained in:
Nikita.Ashihmin
2024-09-10 22:17:52 +04:00
committed by intellij-monorepo-bot
parent e004c031c8
commit 3e151ca433

View File

@@ -17,4 +17,6 @@ object NotebookEditorAppearanceUtils {
this.getUserData(JUPYTER_HISTORY_EDITOR_KEY) == true -> false
else -> true
}
}