Skip to content

Commit c92ddce

Browse files
committed
mypy
1 parent 70fdb0b commit c92ddce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pandas_openscm/index_manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def update_levels(
394394
A level in `updates` is not a level in `ini`
395395
"""
396396
if remove_unused_levels:
397-
ini = ini.remove_unused_levels()
397+
ini = ini.remove_unused_levels() # type: ignore
398398

399399
levels: list[pd.Index[Any]] = list(ini.levels)
400400
codes: list[list[int]] = list(ini.codes)

0 commit comments

Comments
 (0)