Remove slot usage in code to be backward-compatible with python 3.9 (#8396)
This commit is contained in:
@@ -19,7 +19,7 @@ from typing import Dict, List, Optional, Union
|
||||
from uuid import uuid4
|
||||
|
||||
|
||||
@dataclass(frozen=True, slots=True)
|
||||
@dataclass(frozen=True)
|
||||
class LoRARef:
|
||||
"""
|
||||
Reference record for a LoRA model.
|
||||
|
||||
Reference in New Issue
Block a user