Skip to content
Snippets Groups Projects
Verified Commit 535d0ea8 authored by Tom Teichler's avatar Tom Teichler :beers: Committed by Jonathan Weth
Browse files

Fix import

parent 430a0f18
No related branches found
No related tags found
1 merge request!217Migrate from constance to dynamic-preferences
......@@ -3,7 +3,7 @@ from django.conf import settings
from colour import web2hex
from sass import SassColor
from .util.core_helpers import get_site_preferences
from .core_helpers import get_site_preferences
def get_colour(html_colour: str) -> SassColor:
rgb = web2hex(html_colour, force_long=True)[1:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment