浏览代码

[bug]import typing.cast for leiden.py (#3493)

### What problem does this PR solve?

leiden alg throws exception for lack func cast definition

### Type of change

- Bug Fix (non-breaking change which fixes an issue)
tags/v0.14.0
roc king 11 个月前
父节点
当前提交
bcb6f7168f
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      graphrag/leiden.py

+ 1
- 1
graphrag/leiden.py 查看文件

@@ -7,7 +7,7 @@ Reference:

import logging
import html
from typing import Any
from typing import Any, cast
from graspologic.partition import hierarchical_leiden
from graspologic.utils import largest_connected_component


正在加载...
取消
保存