style: normalize merged state tests

This commit is contained in:
Hermes Team 2026-08-21 00:11:16 +07:00
parent 83e1f78818
commit 83409d5354
2 changed files with 27 additions and 26 deletions

View file

@ -15,6 +15,7 @@ Missing *third-party* optional dependencies (customtkinter, PIL, ...) are
skipped, not failed: those are legitimately absent in headless environments.
Broken *internal* references always fail.
"""
from __future__ import annotations
import ast
@ -130,4 +131,3 @@ def test_antigravity_provider_loads_from_repo() -> None:
assert str(PACKAGE_ROOT.resolve()) in str(pkg_file) or str(PACKAGE_ROOT.resolve()) in str(pkg_file.parent)
assert str(PACKAGE_ROOT.resolve()) in str(runtime_file)

View file

@ -1,4 +1,5 @@
"""Comprehensive tests for Task A: State Layer, Event-Driven Quota, Seq-Guards, and OAuth Lifecycle."""
from __future__ import annotations
import time