We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5801bb6 commit e052925Copy full SHA for e052925
pybliometrics/scopus/abstract_citation.py
@@ -10,7 +10,7 @@
10
11
class CitationOverview(Retrieval):
12
@property
13
- def authors(self) -> Optional[List[Optional[List[Optional[NamedTuple]]]]]:
+ def authors(self) -> Optional[List[Optional[NamedTuple]]]:
14
"""A list of lists of namedtuples storing author information,
15
where each namedtuple corresponds to one author and each sub-list to
16
one document.
0 commit comments