Skip to content

Commit

Permalink
CU-8693v6epd: Move typing imports away from pydantic (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r authored Feb 19, 2024
1 parent a3138a6 commit 02afddb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions medcat/config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from datetime import datetime
from pydantic import BaseModel, Extra, ValidationError
from pydantic.dataclasses import Any, Callable, Dict, Optional, Union
from pydantic.fields import ModelField
from typing import List, Set, Tuple, cast
from typing import List, Set, Tuple, cast, Any, Callable, Dict, Optional, Union
from multiprocessing import cpu_count
import logging
import jsonpickle
Expand Down

0 comments on commit 02afddb

Please sign in to comment.