Skip to content

Commit 0f683f6

Browse files
committed
fix lint
1 parent a938550 commit 0f683f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmtune/pydantic_models/config_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import List, Literal, Optional, Union
22

33
import torch
4-
from pydantic import BaseModel, ConfigDict, Field, FilePath, validator
4+
from pydantic import BaseModel, Field, FilePath, validator
55

66

77
# TODO: Refactor this into multiple files...

0 commit comments

Comments
 (0)