From 4aa74decd78ebafaeb7b2ff0829844143dbe75da Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:16:52 +0000 Subject: [PATCH] Checked osxphotos/cli/verbose.py for type(x) == type instances. No changes required. --- osxphotos/cli/verbose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osxphotos/cli/verbose.py b/osxphotos/cli/verbose.py index 1200ab71..397bddfc 100644 --- a/osxphotos/cli/verbose.py +++ b/osxphotos/cli/verbose.py @@ -275,4 +275,4 @@ def _verbose_print_function( elif rich: return rich_verbose_testing_ else: - return verbose_ + return verbose_ \ No newline at end of file