Skip to content

Commit e2cd478

Browse files
committed
Fix capability defaults tests on Python 3.9
1 parent e4a8aea commit e2cd478

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/config/test_capability_defaults_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Tests for shared capability routing defaults."""
22

3+
from __future__ import annotations
4+
35
from abstractcore.config.manager import ConfigurationManager
46

57

0 commit comments

Comments
 (0)