From 62d576b7fc95c589ad79daee61e6d6e02e5aa3b8 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Mon, 3 Mar 2025 00:06:41 -0500 Subject: [PATCH] Formatting --- nord.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nord.py b/nord.py index 74f73b2..3c4f3ea 100644 --- a/nord.py +++ b/nord.py @@ -8,7 +8,7 @@ class NordColors: """ Defines the Nord color palette as class attributes. - Each color is labeled by its canonical Nord name (NORD0–NORD15) + Each color is labeled by its canonical Nord name (NORD0-NORD15) and also has useful aliases grouped by theme: - Polar Night - Snow Storm @@ -338,5 +338,5 @@ if __name__ == "__main__": # Demonstrate a traceback style: try: raise ValueError("Nord test exception!") - except ValueError as e: + except ValueError: console.print_exception(show_locals=True)