Skip to content
Snippets Groups Projects
Commit 44cfc792 authored by Michael Thies's avatar Michael Thies
Browse files

backends.backends: Fix import error due to moved module

parent be728718
No related branches found
No related tags found
1 merge request!50Feature/backend couchdb
Pipeline #354307 passed
...@@ -26,7 +26,7 @@ import re ...@@ -26,7 +26,7 @@ import re
from typing import List, Dict, Type, TYPE_CHECKING from typing import List, Dict, Type, TYPE_CHECKING
if TYPE_CHECKING: if TYPE_CHECKING:
from .model import Referable from ..model import Referable
class Backend(metaclass=abc.ABCMeta): class Backend(metaclass=abc.ABCMeta):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment