Skip to content

Commit 8b6d646

Browse files
author
jalcaras
committed
refactor: remove unused import, fix style
1 parent ddfa593 commit 8b6d646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

custom_components/weback_vacuum/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Support for WeBack robot vacuums."""
2+
23
import logging
3-
from datetime import timedelta
44

55
import homeassistant.helpers.config_validation as cv
66
import voluptuous as vol
@@ -38,8 +38,8 @@
3838
vol.Optional(CONF_APP, default=DEFAULT_APP): cv.string,
3939
vol.Optional(CONF_CLIENT_ID, default=DEFAULT_CLIENT_ID): cv.string,
4040
vol.Optional(CONF_API_VERSION, default=DEFAULT_API_VERS): cv.string,
41-
}
42-
)
41+
},
42+
),
4343
},
4444
extra=vol.ALLOW_EXTRA,
4545
)

0 commit comments

Comments
 (0)