diff --git a/_cite/cite.py b/_cite/cite.py index 6cd5bef..7c87ffc 100644 --- a/_cite/cite.py +++ b/_cite/cite.py @@ -28,7 +28,7 @@ sources = [] # in-order list of plugins to run -plugins = ["google-scholar", "pubmed", "orcid", "sources"] +plugins = ["google-scholar", "sources"] # loop through plugins for plugin in plugins: