Skip to content

Commit

Permalink
Fixed issue #92
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeronimi committed Oct 14, 2024
1 parent 1d94dff commit 84947e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions semanticscholar/PaginatedResults.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Any, Union, List
import asyncio
import nest_asyncio

from semanticscholar.ApiRequester import ApiRequester
from semanticscholar.SemanticScholarException import NoMorePagesException
Expand Down Expand Up @@ -40,7 +39,6 @@ def __init__(
self._parameters = ''
self._items = []
self._continuation_token = None
nest_asyncio.apply()

@classmethod
async def create(
Expand Down

0 comments on commit 84947e5

Please sign in to comment.