Skip to content

Commit

Permalink
Fix annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
dorinclisu committed Nov 7, 2024
1 parent 2fb5a45 commit 8e248e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runner_with_api/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from collections import deque
from typing import AsyncGenerator, Awaitable, Deque, Generic, TypeVar
import anyio
Expand Down
1 change: 1 addition & 0 deletions tests/litestar/test_cancellation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import logging

import pytest
Expand Down

0 comments on commit 8e248e2

Please sign in to comment.