Skip to content

Commit

Permalink
CU-8692uznvd: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Oct 20, 2023
1 parent 0407008 commit 1235a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medcat/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from datetime import datetime
from pydantic import BaseModel, Extra, ValidationError, validator
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
Expand Down

0 comments on commit 1235a64

Please sign in to comment.