From 7a7fd3f592991cd6706d1725002d57229eddcbd4 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Sat, 3 May 2025 00:27:13 -0400 Subject: [PATCH] Update update.py --- .ci/update_windows/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/update_windows/update.py b/.ci/update_windows/update.py index e84481c50..51a263203 100755 --- a/.ci/update_windows/update.py +++ b/.ci/update_windows/update.py @@ -66,7 +66,7 @@ if branch is None: try: ref = repo.lookup_reference('refs/remotes/origin/master') except: - print("pulling.") + print("pulling.") # noqa: T201 pull(repo) ref = repo.lookup_reference('refs/remotes/origin/master') repo.checkout(ref)