Skip to content

Commit

Permalink
Add import annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Sep 15, 2023
1 parent ff389f3 commit e6a8549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastapi_server/test/endpoints_test/test_htmx_todo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from test.base_test import BaseTest
from unittest.mock import AsyncMock, patch

Expand Down

0 comments on commit e6a8549

Please sign in to comment.