Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Dec 23, 2024
1 parent bc657b7 commit 269dcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from drizzle import cdrizzle

__all__ = ["blot_image", "Drizzle"]
__all__ = ["Drizzle", "blot_image"]

SUPPORTED_DRIZZLE_KERNELS = [
"square",
Expand Down

0 comments on commit 269dcaa

Please sign in to comment.