Skip to content

Commit b20b375

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fadb532 commit b20b375

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎thunder/tests/framework.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ def has_enough_device_memory(required_memory_bytes: int, cuda_device_id: int = 0
652652

653653

654654
def requiresDeviceMemory(required_memory_bytes: int, cuda_device_id: int = 0):
655-
656655
def decorator(fn):
657656
@wraps(fn)
658657
def _fn(*args, **kwargs):

0 commit comments

Comments
 (0)