Skip to content

Commit

Permalink
Fix nox testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Jul 10, 2024
1 parent 5ace039 commit 2e3c966
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
import pytest
import requests
import requests_mock
from numpy import byte

from open_gopro.communicator_interface import HttpMessage
from open_gopro.constants import ErrorCode, QueryCmdId, SettingId, StatusId
from open_gopro.exceptions import GoProNotOpened, ResponseTimeout
from open_gopro.gopro_wireless import Params, WirelessGoPro, types
from open_gopro.models.response import GlobalParsers, GoProResp
from open_gopro.types import ResponseType
from tests import mock_good_response


Expand Down

0 comments on commit 2e3c966

Please sign in to comment.