Merge branch 'main' into jetbrains

This commit is contained in:
Dominik Jain
2025-07-09 23:11:05 +02:00
committed by Dominik Jain
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ class Symbol(AbstractSymbol, ToStringMixin):
depth: int = 0,
include_body: bool = False,
include_children_body: bool = False,
include_relative_path=True,
include_relative_path: bool = True,
) -> dict[str, Any]:
"""
Converts the symbol to a dictionary.
+1 -1
View File
@@ -19,7 +19,7 @@ def is_headless_environment() -> bool:
return False
# Check for DISPLAY variable (required for X11)
if not os.environ.get("DISPLAY"):
if not os.environ.get("DISPLAY"): # type: ignore
return True
# Check for SSH session