Skip to content

Commit 4699ce7

Browse files
authored
Merge pull request #3324 from AndreMiras/fix/msgspec-python-3.8-import
🐛 Fix msgspec recipe import on Python 3.8/3.9
2 parents 15c20e1 + 7f3d872 commit 4699ce7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pythonforandroid/recipes/msgspec/__init__.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
from typing import Any
24

35
from pythonforandroid.archs import Arch

0 commit comments

Comments
 (0)