Skip to content

Commit c6cbe4b

Browse files
test_base_test_case.py py38 compat
1 parent 1095839 commit c6cbe4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_base_test_case.py

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

35
from tests.base_test_case import BaseTestCase

0 commit comments

Comments
 (0)