Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminye committed Apr 9, 2024
1 parent a938550 commit 0f683f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmtune/pydantic_models/config_model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import List, Literal, Optional, Union

import torch
from pydantic import BaseModel, ConfigDict, Field, FilePath, validator
from pydantic import BaseModel, Field, FilePath, validator


# TODO: Refactor this into multiple files...
Expand Down

0 comments on commit 0f683f6

Please sign in to comment.