From 0809a7758f7e201d10c88d6f95fd86085a57e65d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 29 Mar 2025 00:31:09 -0500 Subject: fix pylint errors --- nba/standings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'nba/standings.py') diff --git a/nba/standings.py b/nba/standings.py index a7773fe..3c796ee 100644 --- a/nba/standings.py +++ b/nba/standings.py @@ -4,6 +4,7 @@ Tabulate the current conference standings. from tabulate import tabulate # ANSI escape codes for text formatting +BOLD = '\033[1m' END = '\033[0m' RED = '\033[91m' GREEN = '\033[32m' -- cgit v1.2.3-70-g09d2