Skip to content

Commit

Permalink
Move carbon data loading into config
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 11, 2023
1 parent 43b6d72 commit 9603db2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

import yaml

from galaxy.carbon_emissions import get_carbon_intensity_entry
from galaxy.config.schema import AppSchema
from galaxy.exceptions import ConfigurationError
from galaxy.util import (
Expand All @@ -51,6 +50,7 @@
running_from_source,
)
from galaxy.util.themes import flatten_theme
from .carbon_emissions import get_carbon_intensity_entry
from ..version import (
VERSION_MAJOR,
VERSION_MINOR,
Expand Down
File renamed without changes.

0 comments on commit 9603db2

Please sign in to comment.