Skip to content

Commit

Permalink
one method name corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys committed Feb 13, 2025
1 parent ee2b967 commit 37bd14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatsky/context_storages/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from asyncio import gather
from importlib import import_module
from typing import Callable, Collection, List, Optional, Set, Tuple
from logging import get_logger
from logging import getLogger

try:
from sqlalchemy import (
Expand Down

0 comments on commit 37bd14d

Please sign in to comment.