Skip to content

Commit

Permalink
🎨 Comply with ruff's isort
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed Jul 20, 2024
1 parent ba30397 commit 8645426
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lampe/diagnostics/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from tqdm import tqdm
from typing import Callable, Iterable, Tuple

# isort: local
# isort: split
from ..utils import gridapply


Expand Down
2 changes: 1 addition & 1 deletion lampe/inference/amnre.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from torch.distributions import Distribution
from zuko.utils import broadcast

# isort: local
# isort: split
from .nre import NRE


Expand Down
2 changes: 1 addition & 1 deletion lampe/inference/fmpe.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from zuko.transforms import FreeFormJacobianTransform
from zuko.utils import broadcast

# isort: local
# isort: split
from ..nn import MLP


Expand Down
2 changes: 1 addition & 1 deletion lampe/inference/nre.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from typing import Callable
from zuko.utils import broadcast

# isort: local
# isort: split
from ..nn import MLP


Expand Down

0 comments on commit 8645426

Please sign in to comment.