From 8434950f678f0c443b1bbc5923980ae1be501346 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Tue, 10 Dec 2019 01:19:25 +0000 Subject: [PATCH] Update TODO now that we fixed flake8. --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index f546cb2..60a273f 100644 --- a/TODO.md +++ b/TODO.md @@ -11,5 +11,4 @@ Things that I have not gotten around to doing. General maintenance that I have not yet performed. - - Unpin flake8 and address new lint errors from newer version of flake8. - Upgrade legacy uses of .format() to use f-strings instead.