Skip to content

Commit

Permalink
import settings before logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabadi committed Sep 12, 2024
1 parent f757777 commit 19ef38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import logging
import typing as t
from functools import lru_cache
from logging import log

import networkx as nx
import owlready2
from scipy import sparse as sp

from cellarium.cas import settings
from cellarium.cas._io import suppress_stderr

# Used in CZ CELLxGENE schema v5:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from dash.development.base_component import Component
from plotly.express.colors import sample_colorscale

from cellarium.cas import settings
from cellarium.cas.postprocessing import (
CAS_CL_SCORES_ANNDATA_OBSM_KEY,
CAS_METADATA_ANNDATA_UNS_KEY,
Expand Down

0 comments on commit 19ef38a

Please sign in to comment.