LIFX error

Hi, could anyone please share any insight as to what would cause this error loading LIFX?

2018-10-27 17:02:31 INFO (MainThread) [homeassistant.loader] Loaded light from homeassistant.components.light
2018-10-27 17:02:31 ERROR (MainThread) [homeassistant.loader] Error loading custom_components.light.lImportError: cannot import name ‘DOMAIN’
ifx. Make sure all dependencies are installed
Traceback (most recent call last):
File “/usr/src/app/homeassistant/loader.py”, line 92, in get_component
module = importlib.import_module(path)
File “/usr/local/lib/python3.6/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 994, in _gcd_import
File “”, line 971, in _find_and_load
File “”, line 955, in _find_and_load_unlocked
File “”, line 665, in _load_unlocked
File “”, line 678, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/config/custom_components/light/lifx.py”, line 24, in
from homeassistant.components.lifx import (
ImportError: cannot import name ‘DOMAIN’
2018-10-27 17:02:31 INFO (MainThread) [homeassistant.loader] Loaded light.lifx from homeassistant.components.light.lifx

Delete the file config/custom_components/light/lifx.py and your LIFX configuration from configuration.yaml

Add LIFX using the UI (in Configuration → Integrations).

Thank you! I didn’t realize I was trying to get this set up in the middle of a platform change.