Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Sep 2, 2024
1 parent 14007d7 commit c5b681b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchflows/bijections/finite/residual/base.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from typing import Union, Tuple, List, Type
from typing import Union, Tuple, Type

import torch

from torchflows.bijections.finite.autoregressive.layers import ElementwiseAffine
from torchflows.bijections.base import Bijection, BijectiveComposition
from torchflows.utils import get_batch_shape, unflatten_event, flatten_event, flatten_batch, unflatten_batch
from torchflows.utils import get_batch_shape, flatten_batch, unflatten_batch


class ClassicResidualBijection(Bijection):
Expand Down

0 comments on commit c5b681b

Please sign in to comment.