Merge branch 'claude/os-phase2-scaffold-01LKeSDWFNBtXhhsV2xMbm4T' into copilot/sub-pr-62

This commit is contained in:
Alexa Amundson
2025-11-17 22:35:57 -06:00
committed by GitHub
3 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
"""Core OS state management"""
from typing import Optional, List
import copy
from typing import Optional
from core_os.models import OSState, Window, UserSession, WindowState

View File

@@ -1,5 +1,4 @@
"""Tests for core OS models"""
import pytest
from core_os.models import UserSession, Window, OSState, WindowState

View File

@@ -1,5 +1,4 @@
"""Tests for OS state management"""
import pytest
from core_os.state import (
get_initial_state,
get_current_state,