Skip to content

Commit d91d4f7

Browse files
Merge pull request #209 from mavlink/pr-fix-modules-docs
Attempt to fix docs and imports
2 parents 2ef1875 + b4cb88a commit d91d4f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+95
-111
lines changed

mavsdk/action/action.py renamed to mavsdk/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import action_pb2, action_pb2_grpc
44
from enum import Enum
55

mavsdk/action/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

mavsdk/calibration/calibration.py renamed to mavsdk/calibration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import calibration_pb2, calibration_pb2_grpc
44
from enum import Enum
55

mavsdk/calibration/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/calibration/calibration_pb2.py renamed to mavsdk/calibration_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mavsdk/camera/camera.py renamed to mavsdk/camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import camera_pb2, camera_pb2_grpc
44
from enum import Enum
55

mavsdk/camera/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)