Skip to content

Commit 2e5f9f8

Browse files
[pycountry] Fix error: Return type
1 parent 2b1129d commit 2e5f9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/pycountry/pycountry/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Subdivisions(pycountry.db.Database):
4747
data_class: type
4848
no_index: list[str]
4949
root_key: str
50-
def get(
50+
def get( # type: ignore[override]
5151
self, *, default: SubdivisionHierarchy | None = ..., **kw: str
5252
) -> SubdivisionHierarchy | None | list[SubdivisionHierarchy]: ...
5353
def match(self, query: str) -> list[SubdivisionHierarchy]: ...

0 commit comments

Comments
 (0)