Skip to content

Commit 432d44a

Browse files
committed
Add docstring
1 parent 0208a30 commit 432d44a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra_platforms/platforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,4 @@ def info(self) -> dict[str, str | bool | None | dict[str, str | None]]:
179179
WSL1 = Platform("wsl1", "Windows Subsystem for Linux v1", "⊞")
180180
WSL2 = Platform("wsl2", "Windows Subsystem for Linux v2", "⊞")
181181
XENSERVER = Platform("xenserver", "XenServer")
182+
"""All individual platforms."""

0 commit comments

Comments
 (0)