Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidy committed Oct 22, 2021
1 parent f773473 commit 5a7814e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pywizlight/bulb.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

from pywizlight.bulblibrary import BulbClass, BulbType, Features, KelvinRange
from pywizlight.colormgmt.rgbcw import hs2rgbcw, rgb2rgbcw, rgbcw2hs
from pywizlight.exceptions import (WizLightConnectionError,
WizLightMethodNotFound,
WizLightNotKnownBulb, WizLightTimeOutError)
from pywizlight.exceptions import (
WizLightConnectionError,
WizLightMethodNotFound,
WizLightNotKnownBulb,
WizLightTimeOutError,
)
from pywizlight.scenes import SCENES

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 5a7814e

Please sign in to comment.