_frontend/status.py: Remove leftover blessings import

Description

blessings was removed as a dependency from master. The commit was cherry-picked into 1.2. It seems when cherry-picking, this line was missed.

As a result, 1.2.1 requires blessings just for this import even though it doesn't actually use it.

This is pretty bad because blessings doesn't get installed automatically as it was removed from setup.py.

Once merged, it might be required to release a quick 1.2.1.1?

Merge request reports

Loading