Skip to content

Commit 48a83eb

Browse files
Merge pull request #4 from saezlab/feat/migration-logger
Implement logging using built-in logging library
2 parents 9f24aff + ea0b613 commit 48a83eb

10 files changed

Lines changed: 138 additions & 72 deletions

File tree

cache_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from ._metadata import __version__, __author__, __license__
66
from ._metadata import metadata as _metadata
7-
from ._session import log, _log, session
7+
from ._session import session
88
from ._cache import Cache
99
from . import _data as data

0 commit comments

Comments
 (0)