Skip to content

Commit

Permalink
fix: noqa for __init__ import
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmartyn committed Jun 19, 2024
1 parent 5e3425d commit fc3ddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geokde/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from geokde.geokde import kde
from geokde.geokde import kde # noqa: F401

0 comments on commit fc3ddd2

Please sign in to comment.