Skip to content

Commit 34f1f1d

Browse files
remove unused tkinter
1 parent 0959e61 commit 34f1f1d

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

Diff for: demo/test_keybindings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from weallcode_robot import Robot
22

33
# Create a robot
4-
name = "dink"
5-
name = "WAC-2463"
4+
name = "chirp"
5+
robot = Robot(name)
66

77
# a = robot.setKeyBinding('a').led(0, 0, 255, 1)
88
# b = robot.setKeyBinding('b').led(255, 0, 0, 1)

Diff for: demo/tk_play.py

-7
This file was deleted.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "weallcode_robot"
7-
version = "3.1.1"
7+
version = "3.1.2"
88
description = "Micro:bit TinyBit BLE Python Library"
99
license = "MIT"
1010
authors = [

Diff for: weallcode_robot/robot.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import logging
44
import atexit
55
from queue import Queue
6-
import tkinter as tk
76
from datetime import datetime, timedelta
87

98
from bleak import BleakClient, BleakScanner

0 commit comments

Comments
 (0)