Skip to content

Commit 05daed0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 83e9077 commit 05daed0

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
from _typeshed import Incomplete
21

32
def k_components(G, min_density: float = ...): ...

stubs/networkx/networkx/algorithms/connectivity/edge_augmentation.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from _typeshed import Incomplete
21
from collections.abc import Iterable
32
from typing import Any, TypeVar
43

stubs/networkx/networkx/algorithms/operators/unary.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from _typeshed import Incomplete
21
from typing import TypeVar
32

43
from networkx.classes.digraph import DiGraph

stubs/networkx/networkx/classes/coreviews.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from _typeshed import Incomplete, Self
1+
from _typeshed import Self
22
from collections.abc import Callable, Iterator, Mapping
33
from typing import Generic, TypeVar
44

stubs/networkx/networkx/classes/reportviews.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from collections.abc import Iterator
33
from typing import Generic, TypeVar, overload
44
from typing_extensions import Literal
55

6-
from networkx.classes.graph import _Edge, Graph, _NBunch, _Node
6+
from networkx.classes.graph import Graph, _Edge, _NBunch, _Node
77

88
_D = TypeVar("_D")
99
_U = TypeVar("_U")

stubs/networkx/networkx/convert.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from typing_extensions import TypeAlias
55
import numpy
66

77
# import scipy
8-
from networkx.classes.graph import _EdgePlus, Graph, _Node
8+
from networkx.classes.graph import Graph, _EdgePlus, _Node
99

1010
# this is imported from other stub files
1111
_Data: TypeAlias = ( # noqa: Y047

0 commit comments

Comments
 (0)