Skip to content

Commit

Permalink
Improved extension compatibility with Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 24, 2023
1 parent 43b5baf commit 59d3b33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions material/extensions/emoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

from __future__ import annotations

import codecs
import functools
import material
Expand Down
2 changes: 2 additions & 0 deletions src/extensions/emoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

from __future__ import annotations

import codecs
import functools
import material
Expand Down

0 comments on commit 59d3b33

Please sign in to comment.