mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
ci/lint: ruff format display.py
This commit is contained in:
@@ -57,7 +57,7 @@ def markdown_render_available() -> bool:
|
||||
return False
|
||||
try:
|
||||
return sys.stdout.isatty()
|
||||
except (AttributeError, OSError, ValueError):
|
||||
except AttributeError, OSError, ValueError:
|
||||
return False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user