Skip to content

Commit 14fe917

Browse files
committed
fix: add __future__.annotations import
1 parent bb29e3c commit 14fe917

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/http/test_guild.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2222
DEALINGS IN THE SOFTWARE.
2323
"""
24+
from __future__ import annotations
25+
2426
from random import choice, randint, randrange, sample
2527
from typing import get_args
2628

0 commit comments

Comments
 (0)