Преглед изворни кода

[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
No account linked to committer's email address
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


Loading…
Откажи
Сачувај