[go: nahoru, domu]

Skip to content

Commit

Permalink
format and more typings [utils][force ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JaMe76 committed Jun 26, 2024
1 parent e2c416a commit 5ae048c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deepdoctection/mapper/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from __future__ import annotations

import ast
import json
import os
from typing import List, Mapping, Optional, Sequence, Union

Expand Down
2 changes: 1 addition & 1 deletion deepdoctection/utils/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class IsDataclass(Protocol): # pylint: disable=R0903
TqdmType = tqdm.tqdm

# A dict converted from a generic JSON object
JsonDict = dict[str, object]
JsonDict = dict[str, Any]


# mainly used in utils
Expand Down

0 comments on commit 5ae048c

Please sign in to comment.