Skip to content

Commit

Permalink
Make it work with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Mar 18, 2024
1 parent 22dd4cb commit 9e9548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babelfont/Master.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dataclasses import dataclass, field
from typing import Optional, Union

from babelfont import Layer
from .Layer import Layer
from .BaseObject import BaseObject, I18NDictionary
from .Guide import Guide

Expand Down

0 comments on commit 9e9548f

Please sign in to comment.