fix code formatting under modules/dml

This commit is contained in:
Seunghoon Lee
2024-02-05 22:43:10 +09:00
parent ef29f1a238
commit ff2c1db1cc
19 changed files with 91 additions and 46 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import torch
from typing import Optional
import torch
class Generator(torch.Generator):
def __init__(self, device: Optional[torch.device] = None):