fix: Remove unused import mock_open

This commit is contained in:
Paul Gauthier (aider) 2025-03-31 08:58:35 +13:00 committed by Paul Gauthier
parent b6808e3700
commit 912f98e6eb
11 changed files with 230 additions and 107 deletions

View file

@ -124,6 +124,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
latest_mod_date = max(mod_dates)
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
]]]-->
March 25, 2025.
March 29, 2025.
<!--[[[end]]]-->
</p>