Skip to content

Commit 0ded533

Browse files
committed
add more typing
1 parent b70d3a4 commit 0ded533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dokuwiki.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ def get_schema(self, name: str=''):
463463

464464
def get_aggregation_data(
465465
self,
466-
schemas,
467-
columns,
466+
schemas: List[str],
467+
columns: List[str],
468468
data_filter=[],
469469
sort: str=''
470470
):

0 commit comments

Comments
 (0)