Skip to content

Commit

Permalink
Use logger.warning instead of warnings.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Jan 14, 2025
1 parent 8b15e27 commit 2e0aca8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/aerovaldb/jsondb/jsonfiledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from hashlib import md5
from pathlib import Path
from typing import Any, Awaitable, Callable
from warnings import warn

import filetype
import simplejson # type: ignore
Expand Down
1 change: 0 additions & 1 deletion src/aerovaldb/sqlitedb/sqlitedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import sqlite3
from hashlib import md5
from typing import Any, Awaitable, Callable
from warnings import warn

import simplejson # type: ignore
from async_lru import alru_cache
Expand Down

0 comments on commit 2e0aca8

Please sign in to comment.