From ae3f70373c918e8b3d85a5e423f72e1ec8dfb0bc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 21 Jun 2021 16:34:16 -0400 Subject: [PATCH] adjust patchfile from 6ca7c2eb code formatting modified table.py such that the patchfile would no longer apply and this was missed in review. Change-Id: I0af91cf92baa79f196b4d9f3af1bab3bb0984a23 --- test/ext/mypy/incremental/ticket_6476/patch1.testpatch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/ext/mypy/incremental/ticket_6476/patch1.testpatch b/test/ext/mypy/incremental/ticket_6476/patch1.testpatch index 75a66c7a5e..ee4ec68350 100644 --- a/test/ext/mypy/incremental/ticket_6476/patch1.testpatch +++ b/test/ext/mypy/incremental/ticket_6476/patch1.testpatch @@ -1,7 +1,8 @@ ---- a/table.py 2021-06-21 12:16:35.418148313 -0400 -+++ b/table.py 2021-06-21 12:16:31.204108368 -0400 -@@ -3,3 +3,4 @@ +--- a/table.py 2021-06-21 15:52:47.733131711 -0400 ++++ b/table.py 2021-06-21 16:32:25.437594701 -0400 +@@ -3,3 +3,5 @@ + class Table(sql_base): pass - ++ +x = Table.x -- 2.47.2