Skip to content

Commit dab85ca

Browse files
Reorganize to make warning go away
1 parent 262521a commit dab85ca

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

cad/components/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Models of purchased components."""
File renamed without changes.
File renamed without changes.

cad/pcb_raiser_cam.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
sys.path.append(str(Path(__file__).parent))
1717

18-
from cad.tiny_dc_motor_with_gearbox import (
18+
from cad.components.tiny_dc_motor_with_gearbox import (
1919
MainSpec as MotorMainSpec,
2020
)
21-
from cad.tiny_dc_motor_with_gearbox import (
21+
from cad.components.tiny_dc_motor_with_gearbox import (
2222
make_dc_motor_and_gearbox,
2323
)
2424

0 commit comments

Comments
 (0)