Skip to content

Commit

Permalink
fix: init BASE_DIR
Browse files Browse the repository at this point in the history
Add logger initialization to ensure consistent logging behavior across the application. This guarantees proper logging output and aids in debugging and troubleshooting.
  • Loading branch information
RedAtman committed Jul 30, 2024
1 parent fda5642 commit d0dd9ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
from typing import Any, ClassVar, Dict, List, Optional, TypedDict
from uuid import uuid4


import_module("utils.logger.init")

from sublime import load_settings

from api import Simplenote
Expand Down

0 comments on commit d0dd9ac

Please sign in to comment.