Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG committed Nov 12, 2024
1 parent cbfaec5 commit a84444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reolink_aio/baichuan/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from enum import Enum
from hashlib import md5
from .exceptions import InvalidParameterError
from ..exceptions import InvalidParameterError

BC_PORT = 9000
HEADER_MAGIC = "f0debc0a"
Expand Down

0 comments on commit a84444c

Please sign in to comment.