Skip to content

Commit

Permalink
adjust patchfile from 6ca7c2e
Browse files Browse the repository at this point in the history
code formatting modified table.py such that the patchfile
would no longer apply and this was missed in review.

Change-Id: I0af91cf92baa79f196b4d9f3af1bab3bb0984a23
  • Loading branch information
zzzeek committed Jun 21, 2021
1 parent 4dd4e9e commit ae3f703
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/ext/mypy/incremental/ticket_6476/patch1.testpatch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ae3f703

Please sign in to comment.