Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Sep 4, 2024
1 parent 02167e0 commit 0599365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy_github/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path
from typing import Generator, List, Literal, Self

from pydantic import BaseModel, Field
from pydantic import BaseModel

from lazy_github.lib.constants import CONFIG_FOLDER

Expand Down

0 comments on commit 0599365

Please sign in to comment.