Skip to content

Commit e071e32

Browse files
committed
fixed merge issue
1 parent 7eba727 commit e071e32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mcpgateway/admin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@
4343
import jwt
4444
from pydantic import BaseModel, SecretStr, ValidationError
4545
from pydantic_core import ValidationError as CoreValidationError
46-
<<<<<<< HEAD
47-
from sqlalchemy import select
48-
=======
4946
from sqlalchemy import and_, func, or_, select
50-
>>>>>>> upstream/main
5147
from sqlalchemy.exc import IntegrityError
5248
from sqlalchemy.orm import Session
5349
from sqlalchemy.sql.functions import coalesce

0 commit comments

Comments
 (0)