[fix] engine: core.ac.uk implement API v3 / v2 is no longer supported

This commit is contained in:
Tan Yong Sheng 2025-03-16 07:00:47 +00:00 committed by Markus Heiser
parent 82b9e533b2
commit 40feede51e
3 changed files with 114 additions and 65 deletions

View file

@ -29,7 +29,7 @@ Implementations
from typing import TYPE_CHECKING
try:
import mariadb
import mariadb # pyright: ignore [reportMissingImports]
except ImportError:
# import error is ignored because the admin has to install mysql manually to use
# the engine