Skip to content

Commit c0e1c89

Browse files
committed
fix text for python 3.9
1 parent 92c1e04 commit c0e1c89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_atomic/test_current_atomic_operation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from typing import Dict, Literal
24

35
import pytest
@@ -34,6 +36,7 @@
3436
FIELD_CUSTOM_NAME = "custom_name"
3537

3638

39+
# this one can be used only for generic views
3740
# def get_custom_name_from_body_only_on_generic(
3841
# data: CustomNameAttributesJSONAPI = Body(embed=True),
3942
# ) -> str:

0 commit comments

Comments
 (0)