Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 14, 2024
1 parent 04fdbb1 commit c77d621
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nobrainer/models/labels_to_image_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@
License.
"""

# third-party imports
from nobrainer.SynthSeg.ext.lab2im import edit_tensors as l2i_et
from nobrainer.SynthSeg.ext.lab2im import layers, utils
from nobrainer.SynthSeg.ext.lab2im.edit_volumes import get_ras_axes
import keras.layers as KL
from keras.models import Model

# python imports
import numpy as np
import tensorflow as tf

# third-party imports
from nobrainer.SynthSeg.ext.lab2im import edit_tensors as l2i_et
from nobrainer.SynthSeg.ext.lab2im import layers, utils
from nobrainer.SynthSeg.ext.lab2im.edit_volumes import get_ras_axes


def labels_to_image_model(
labels_shape,
Expand Down

0 comments on commit c77d621

Please sign in to comment.