From 5799afbdc1a9a8d4e84e16382736c04e5166af06 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 7 Mar 2020 09:13:48 -0800 Subject: [PATCH] Updated TODO --- osxphotos/photosdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osxphotos/photosdb.py b/osxphotos/photosdb.py index 2f2eaeec..368734a9 100644 --- a/osxphotos/photosdb.py +++ b/osxphotos/photosdb.py @@ -39,6 +39,7 @@ from .utils import ( # Or fix the help text to match behavior # TODO: Add test for __str__ # TODO: Add special albums and magic albums +# TODO: fix "if X not in y" dictionary checks to use try/except EAFP style class PhotosDB: