Skip to content

Commit

Permalink
Merge pull request #35 from jschlyter/cli_fixes
Browse files Browse the repository at this point in the history
cli fixes
  • Loading branch information
jschlyter authored Dec 11, 2023
2 parents d7ede47 + 3babfd1 commit 9658305
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 57 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
54 changes: 0 additions & 54 deletions CHANGES.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "ttls"
version = "1.8.1"
version = "1.8.2"
description = "Twinkly Twinkly Little Star"
authors = ["Jakob Schlyter <jakob@schlyter.se>"]
license = "BSD"
Expand Down
3 changes: 1 addition & 2 deletions ttls/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@
import re
import sys

from colours import TwinklyColour

from .client import (
TWINKLY_MODES,
TWINKLY_MUSIC_DRIVERS,
TWINKLY_MUSIC_DRIVERS_OFFICIAL,
TWINKLY_MUSIC_DRIVERS_UNOFFICIAL,
Twinkly,
)
from .colours import TwinklyColour

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 9658305

Please sign in to comment.