Skip to content

Commit c66cf38

Browse files
committed
Renaming...
1 parent 5c180c7 commit c66cf38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python_threadsafe_logger/json_business_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import datetime
22
from typing import Optional, Dict, Any
33

4-
from async_jsonl_queue import AsyncJsonlQueue
4+
from python_jsonl_async import AsyncJsonlQueue
55

66
from .base_logger import BaseBusinessLogger
77

src/python_threadsafe_logger/sqlite_business_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
from typing import Optional, Dict, Any
66

7-
from async_sqlite_queue import AsyncSQLite
7+
from python_sqlite_async import AsyncSQLite
88

99
from .base_logger import BaseBusinessLogger
1010

0 commit comments

Comments
 (0)