Skip to content

Commit

Permalink
[CustomOp] Fix linting in registry
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed Jan 30, 2024
1 parent 9884ae5 commit 07b4d7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/finn/custom_op/fpgadataflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
from finn.custom_op.fpgadataflow.streamingeltwise import StreamingEltwise
from finn.custom_op.fpgadataflow.streamingfifo import StreamingFIFO
from finn.custom_op.fpgadataflow.streamingmaxpool import StreamingMaxPool
from finn.custom_op.fpgadataflow.thresholding import (
Thresholding,
)
from finn.custom_op.fpgadataflow.thresholding import Thresholding
from finn.custom_op.fpgadataflow.upsampler import UpsampleNearestNeighbour
from finn.custom_op.fpgadataflow.vectorvectoractivation import VectorVectorActivation

Expand Down

0 comments on commit 07b4d7f

Please sign in to comment.