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 Feb 20, 2024
1 parent 110571a commit be08067
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 be08067

Please sign in to comment.