Skip to content

Commit 5e3cdbd

Browse files
author
mathbou
committed
💡 fix typehints
1 parent 6e1d6b1 commit 5e3cdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seed_intersphinx_mapping/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import json
3636
import os.path
3737
import re
38-
from typing import Dict, Optional, Tuple, Union
38+
from typing import Dict, Optional, Tuple, Union, List
3939
from urllib.parse import urlparse
4040

4141
# 3rd party
@@ -61,7 +61,7 @@
6161
_DOCUMENTATION_RE = re.compile(r"^[dD]oc(s|umentation)")
6262

6363

64-
def _get_project_links(project_name: str) -> list:
64+
def _get_project_links(project_name: str) -> List[str]:
6565
"""
6666
Returns the web links for the given project.
6767

0 commit comments

Comments
 (0)