Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent c8cfdf4 commit 494e6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnatss/posfilter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .posfilter import kalman_filtering, rotation, spline_interpolate

__all__ = ["kalman_filtering", "spline_interpolate", "rotation"]
__all__ = ["kalman_filtering", "rotation", "spline_interpolate"]

0 comments on commit 494e6e9

Please sign in to comment.