Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
limiteinductive committed Apr 16, 2024
1 parent 347fdbc commit f48712e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/foundationals/segment_anything/test_sam.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ def test_mask_decoder(facebook_sam_h: FacebookSAM, sam_h: SegmentAnythingH) -> N

from segment_anything.modeling.common import LayerNorm2d # type: ignore

import refiners.fluxion.layers as fl

assert issubclass(LayerNorm2d, nn.Module)
custom_layers = {LayerNorm2d: fl.LayerNorm2d}

Expand Down

0 comments on commit f48712e

Please sign in to comment.