Skip to content

Commit

Permalink
fix: update import path for Logger and LogType in config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Jan 24, 2025
1 parent bc6bc9b commit 9c572bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/tools/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Settings(BaseSettings):
Examples:
>>> from tools.config import Settings
>>> from tools import Logger, LogType
>>> from tools.logger import Logger, LogType
>>>
>>> settings = Settings()
>>> logger = Logger(
Expand Down

0 comments on commit 9c572bb

Please sign in to comment.