semanticscholar
semanticscholar copied to clipboard
Fixed issue #92
This fixes
https://github.com/danielnsilva/semanticscholar/issues/92
Calling nest_asyncio.apply() from this class is useless as it is already called from the base synchronous master object that controls all the API, SemanticScholar.
Successfully tested in both synchronous and asynchronous modes.