Skip to content

Commit 544b5a3

Browse files
committed
type fixes
1 parent c8b933c commit 544b5a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/agents/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import logging
24
import sys
35
from collections.abc import Iterator

src/agents/_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from collections.abc import Iterator
24
from contextlib import contextmanager
35

0 commit comments

Comments
 (0)