Skip to content

Commit

Permalink
future annotations for fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Mar 7, 2024
1 parent f7790ae commit d7f370b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ def client_response_hook(span: Span, message: dict):
API
---
"""

from __future__ import annotations

import logging
import typing
from typing import Collection
Expand Down

0 comments on commit d7f370b

Please sign in to comment.