Skip to content

Commit

Permalink
type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
frey-perez committed Sep 3, 2024
1 parent 32fbb55 commit a8d069b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wristpy/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Settings(pydantic_settings.BaseSettings):
MODERATE_THRESHOLD: float = 0.1
VIGOROUS_THRESHOLD: float = 0.3

LOGGING_LEVEL = logging.INFO
LOGGING_LEVEL: int = logging.INFO


def get_logger() -> logging.Logger:
Expand Down

0 comments on commit a8d069b

Please sign in to comment.