Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philippmwirth committed Sep 7, 2023
1 parent a90a873 commit 277746d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from PIL import Image

from lightly.transforms import GaussianBlur
from lightly.transforms.gaussian_blur import GaussianBlur


class TestGaussianBlur(unittest.TestCase):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from PIL import Image

from lightly.transforms import Jigsaw
from lightly.transforms.jigsaw import Jigsaw


class TestJigsaw(unittest.TestCase):
Expand Down

0 comments on commit 277746d

Please sign in to comment.