Skip to content

Commit

Permalink
Sort some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Oct 14, 2024
1 parent 14ccc90 commit d8963ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/eko/io/runcards.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
from ..quantities.couplings import CouplingsInfo
from ..quantities.heavy_quarks import HeavyInfo, QuarkMassScheme
from .dictlike import DictLike
from .types import EvolutionMethod
from .types import EvolutionPoint as EPoint
from .types import (
EvolutionMethod,
InversionMethod,
N3LOAdVariation,
Order,
Expand All @@ -31,6 +30,7 @@
SquaredScale,
T,
)
from .types import EvolutionPoint as EPoint


# TODO: add frozen
Expand Down
3 changes: 1 addition & 2 deletions src/eko/runner/parts.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
import numpy as np

from .. import evolution_operator as evop
from ..evolution_operator import matching_condition
from ..evolution_operator import matching_condition, physical
from ..evolution_operator import operator_matrix_element as ome
from ..evolution_operator import physical
from ..evolution_operator.grid import Managers
from ..io import EKO
from ..io.items import Evolution, Matching, Operator
Expand Down

0 comments on commit d8963ef

Please sign in to comment.