Skip to content

Commit e052925

Browse files
Correct linting
1 parent 5801bb6 commit e052925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybliometrics/scopus/abstract_citation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class CitationOverview(Retrieval):
1212
@property
13-
def authors(self) -> Optional[List[Optional[List[Optional[NamedTuple]]]]]:
13+
def authors(self) -> Optional[List[Optional[NamedTuple]]]:
1414
"""A list of lists of namedtuples storing author information,
1515
where each namedtuple corresponds to one author and each sub-list to
1616
one document.

0 commit comments

Comments
 (0)