diff options
Diffstat (limited to 'fatcat_scholar/schema.py')
-rw-r--r-- | fatcat_scholar/schema.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fatcat_scholar/schema.py b/fatcat_scholar/schema.py index 187fe58..c5f2927 100644 --- a/fatcat_scholar/schema.py +++ b/fatcat_scholar/schema.py @@ -11,8 +11,10 @@ from typing import Optional, List, Any import ftfy from bs4 import BeautifulSoup + # pytype: disable=import-error from pydantic import BaseModel + # pytype: enable=import-error from fatcat_openapi_client import ReleaseEntity, ReleaseContrib |