Skip to content

Commit

Permalink
fix: switch a few more to rel
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jun 10, 2024
1 parent 9d44ae5 commit cc5509d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/uiprotect/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

from aioshutil import which

from uiprotect.exceptions import BadRequest, StreamError
from .exceptions import BadRequest, StreamError

if TYPE_CHECKING:
from uiprotect.data import Camera
from .data import Camera

_LOGGER = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions src/uiprotect/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
import jwt
from aiohttp import ClientResponse

from uiprotect.data.types import (
from .data.types import (
Color,
SmartDetectAudioType,
SmartDetectObjectType,
Version,
VideoMode,
)
from uiprotect.exceptions import NvrError
from .exceptions import NvrError

try:
from pydantic.v1.fields import SHAPE_DICT, SHAPE_LIST, SHAPE_SET, ModelField
Expand Down

0 comments on commit cc5509d

Please sign in to comment.