changed import of CommunicationsWrapper

This commit is contained in:
Jakub Trllo 2022-08-23 10:53:43 +02:00
parent 0b473de76b
commit bcad1ab7fd

View file

@ -2,7 +2,7 @@ import os
import logging
import tempfile
from . import CommunicationWrapper
from .communication_server import CommunicationWrapper
log = logging.getLogger(__name__)