We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a5b76 commit 637f283Copy full SHA for 637f283
twitchio/__main__.py
@@ -260,17 +260,17 @@ def version_info() -> None:
260
python_info = "\n".join(sys.version.split("\n"))
261
262
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
- """
+twitchio : {get_version()}
+aiohttp : {aiohttp.__version__}
+
+Python:
+ - {python_info}
+System:
+ - {platform.platform()}
+Extras:
+ - Starlette : {starlette_version}
+ - Uvicorn : {uvicorn_version}
+"""
274
275
print(info)
276
0 commit comments