Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit f006dc1

Browse files
committed
🎨 review code style
1 parent 9e88a8e commit f006dc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cube_builder/celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from celery import Celery
2828
from flask import Flask
2929

30-
from cube_builder.config import Config
30+
from ..config import Config
3131
from ..constants import to_bool
3232

3333
CELERY_TASKS = [

cube_builder/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
import os
2121

22-
from .version import __version__
2322
from .constants import to_bool
23+
from .version import __version__
2424

2525
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
2626

0 commit comments

Comments
 (0)