Skip to content

Commit 22cc809

Browse files
committed
Attempt autoblack - break smile and final go?
1 parent ce133f3 commit 22cc809

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
run: >-
307307
python setup.py sdist
308308
- name: Publish distribution 📦 to Test PyPI
309-
uses: pypa/gh-action-pypi-publish@main
309+
uses: pypa/gh-action-pypi-publish@master
310310
with:
311311
password: ${{ secrets.testpypi_token }}
312312
repository_url: https://test.pypi.org/legacy/

plugwise/smile.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,7 @@
3131
SWITCH_GROUP_TYPES,
3232
SYSTEM,
3333
)
34-
from plugwise.exceptions import (
35-
ConnectionFailedError,
36-
DeviceSetupError,
37-
DeviceTimeoutError,
38-
InvalidAuthentication,
39-
InvalidXMLError,
40-
ResponseError,
41-
UnsupportedDeviceError,
42-
XMLDataMissingError,
43-
)
34+
from plugwise.exceptions import ( ConnectionFailedError, DeviceSetupError, DeviceTimeoutError, InvalidAuthentication, InvalidXMLError, ResponseError, UnsupportedDeviceError, XMLDataMissingError,)
4435
from plugwise.util import (
4536
determine_selected,
4637
escape_illegal_xml_characters,

0 commit comments

Comments
 (0)