Skip to content

Commit 62b7ef0

Browse files
jbschlosserpytorchmergebot
authored andcommitted
1 parent d9b8473 commit 62b7ef0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

torch/_dynamo/guards.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,9 +1782,6 @@ def CLOSURE_MATCH(self, guard: Guard):
17821782
def BUILTIN_MATCH(self, guard: Guard):
17831783
return self.FUNCTION_MATCH(guard)
17841784

1785-
def PYMODULE_MATCH(self, guard: Guard):
1786-
return self.FUNCTION_MATCH(guard)
1787-
17881785
def SEQUENCE_LENGTH(self, guard):
17891786
# This guard is used to check length of PySequence objects like list,
17901787
# tuple, collections.deque etc

0 commit comments

Comments
 (0)