Skip to content

Commit 127a692

Browse files
committed
satisfy ruff
1 parent 963b324 commit 127a692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/project_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import yaml
22
from pydantic import BaseModel
33

4+
45
class ProjectConfig(BaseModel):
56
"""Project configuration"""
67

0 commit comments

Comments
 (0)