Skip to content

Commit

Permalink
fix import-related errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Dec 20, 2024
1 parent 01ffd83 commit d66b8fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
python -m pip install --upgrade pip
pip3 install poetry
- name: Bump version
run: >-
poetry version patch
#- name: Bump version
# run: >-
# poetry version patch

- name: Get version
id: get_version
Expand Down
3 changes: 3 additions & 0 deletions meshtastic/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
have_test = False

import meshtastic.util
import meshtastic.serial_interface
import meshtastic.tcp_interface

from meshtastic import BROADCAST_ADDR, mt_config, remote_hardware
from meshtastic.ble_interface import BLEInterface
from meshtastic.mesh_interface import MeshInterface
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "meshtastic"
version = "2.5.6"
version = "2.5.6post1"
description = "Python API & client shell for talking to Meshtastic devices"
authors = ["Meshtastic Developers <[email protected]>"]
license = "GPL-3.0-only"
Expand Down

0 comments on commit d66b8fa

Please sign in to comment.