Skip to content

Commit 9c83b1a

Browse files
authored
Update datasources.py
1 parent ccafa69 commit 9c83b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minds/datasources/datasources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import List, Optional, Union
22

33
from pydantic import BaseModel, Field
4-
4+
import utils
55
import minds.exceptions as exc
66

77
class DatabaseConfig(BaseModel):

0 commit comments

Comments
 (0)