Skip to content

Commit d66b8fa

Browse files
committed
fix import-related errors
1 parent 01ffd83 commit d66b8fa

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip3 install poetry
2626
27-
- name: Bump version
28-
run: >-
29-
poetry version patch
27+
#- name: Bump version
28+
# run: >-
29+
# poetry version patch
3030

3131
- name: Get version
3232
id: get_version

meshtastic/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
have_test = False
3030

3131
import meshtastic.util
32+
import meshtastic.serial_interface
33+
import meshtastic.tcp_interface
34+
3235
from meshtastic import BROADCAST_ADDR, mt_config, remote_hardware
3336
from meshtastic.ble_interface import BLEInterface
3437
from meshtastic.mesh_interface import MeshInterface

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "meshtastic"
3-
version = "2.5.6"
3+
version = "2.5.6post1"
44
description = "Python API & client shell for talking to Meshtastic devices"
55
authors = ["Meshtastic Developers <[email protected]>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)