Skip to content

Commit 637f283

Browse files
committed
Align version info correctly
1 parent 62a5b76 commit 637f283

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

twitchio/__main__.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,17 @@ def version_info() -> None:
260260
python_info = "\n".join(sys.version.split("\n"))
261261

262262
info: str = f"""
263-
twitchio : {get_version()}
264-
aiohttp : {aiohttp.__version__}
265-
266-
Python:
267-
- {python_info}
268-
System:
269-
- {platform.platform()}
270-
Extras:
271-
- Starlette : {starlette_version}
272-
- Uvicorn : {uvicorn_version}
273-
"""
263+
twitchio : {get_version()}
264+
aiohttp : {aiohttp.__version__}
265+
266+
Python:
267+
- {python_info}
268+
System:
269+
- {platform.platform()}
270+
Extras:
271+
- Starlette : {starlette_version}
272+
- Uvicorn : {uvicorn_version}
273+
"""
274274

275275
print(info)
276276

0 commit comments

Comments
 (0)