Skip to content

Commit ddd4c51

Browse files
committed
Protocol
1 parent 9ecff0d commit ddd4c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/fabric/utilities/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def load_state_dict(self, state_dict: dict[_DictKey, Any]) -> None: ...
6161

6262

6363
@runtime_checkable
64-
class CollectibleGroup(ProcessGroup):
64+
class CollectibleGroup(Protocol, ProcessGroup):
6565
def size(self) -> int: ...
6666

6767
def rank(self) -> int: ...

0 commit comments

Comments
 (0)