refactor: Update edges_source_names property return type to set[str]
This commit is contained in:
parent
5852204d08
commit
e96e6f9a16
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import os
|
|||
import traceback
|
||||
import types
|
||||
from enum import Enum
|
||||
from typing import TYPE_CHECKING, Set, Any, AsyncIterator, Callable, Dict, Iterator, List, Mapping, Optional
|
||||
from typing import TYPE_CHECKING, Any, AsyncIterator, Callable, Dict, Iterator, List, Mapping, Optional, Set
|
||||
|
||||
from loguru import logger
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue