Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaratomaiuolo committed Apr 19, 2024
1 parent 28f27be commit 398e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_roi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""


from hexsample.roi import Padding, RegionOfInterest, CircularRegionOfInterest
from hexsample.roi import Padding, RegionOfInterest


def test_padding(top : int = 2, right : int = 4, bottom : int = 3, left : int = 5) -> None:
Expand Down

0 comments on commit 398e746

Please sign in to comment.