Make mypy ignore motor

This commit is contained in:
stijndcl 2022-07-25 21:26:43 +02:00
parent e6b4c3fd76
commit 9da0bc2c5a
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
from bson import ObjectId
from pydantic import BaseModel, Field
__all__ = []
__all__ = ["MongoBase"]
class PyObjectId(str):