Skip to content

Commit

Permalink
Little format changes
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Meinel <[email protected]>
  • Loading branch information
SKernchen and led02 authored Nov 17, 2023
1 parent b0054e5 commit a63483b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ requests = "^2.28.1"

# Packages for developers
pydantic-settings = "^2.1.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.1"
pytest-cov = "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/hermes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
import sys

import toml
from pydantic import ValidationError

from hermes.model.context import HermesContext
from hermes.settings import HermesSettings
from pydantic import ValidationError

# This is the default logging configuration, required to see log output at all.
# - Maybe it could possibly somehow be a somewhat good idea to move this into an own module ... later perhaps
Expand Down

0 comments on commit a63483b

Please sign in to comment.