We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffc872 commit 014374bCopy full SHA for 014374b
src/norwegianblue/__init__.py
@@ -12,7 +12,7 @@
12
13
from termcolor import colored
14
15
-from norwegianblue import _cache, _version
+from . import _cache, _version
16
17
__version__ = _version.__version__
18
tests/test_cache.py
@@ -1,5 +1,5 @@
1
"""
2
-Unit tests for norwegianblue cache
+Unit tests for cache
3
4
5
from __future__ import annotations
0 commit comments