Skip to content

Commit

Permalink
ocrd_mets.py: forgot Any
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored and kba committed Apr 8, 2024
1 parent b1b8fbf commit afb25f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocrd_models/ocrd_mets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime
import re
from lxml import etree as ET
from typing import Callable, Dict, Iterator, List, Optional, Tuple, Union
from typing import Any, Callable, Dict, Iterator, List, Optional, Tuple, Union

from ocrd_utils import (
getLogger,
Expand Down

0 comments on commit afb25f0

Please sign in to comment.