Skip to content

Commit

Permalink
fix: support python 3.10, 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JGrothoff committed Nov 28, 2024
1 parent 5cdd540 commit 50a45a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdf2aas/model/property.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re
import uuid
from dataclasses import dataclass, field
from typing import Any, Self
from typing import Any

from .property_definition import PropertyDefinition

Expand Down

0 comments on commit 50a45a3

Please sign in to comment.