Skip to content

Commit 014374b

Browse files
committed
Relative import
1 parent 4ffc872 commit 014374b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/norwegianblue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from termcolor import colored
1414

15-
from norwegianblue import _cache, _version
15+
from . import _cache, _version
1616

1717
__version__ = _version.__version__
1818

tests/test_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Unit tests for norwegianblue cache
2+
Unit tests for cache
33
"""
44

55
from __future__ import annotations

0 commit comments

Comments
 (0)