From 721a7954b4d9bb76854b128a0c9473dbd9dd0ef1 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Sat, 25 Apr 2026 09:44:39 -0700 Subject: [PATCH] Remove year highlighting for current year --- py/pytudes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/pytudes.py b/py/pytudes.py index 39e974f..2b2e565 100644 --- a/py/pytudes.py +++ b/py/pytudes.py @@ -205,7 +205,6 @@ def format_notebook(title, year, url, comment=''): nb = f'[N](https://nbviewer.jupyter.org/github/norvig/pytudes{urlb})' sm = f'[S](https://studiolab.sagemaker.aws/import/github/norvig/pytudes{urlb})' ti = f'{title}' - if year == current_year: year = f'{year}' return f'| {co} {dn} {my} {nb} {sm} | {year} | {ti} |' def format_pythons() -> str: