Skip to content

Commit

Permalink
dev: make sequence module private
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 30, 2023
1 parent 4f0727f commit 387fbbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functionalpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .sequence import Seq, Group # noqa: F401
from ._sequence import Seq, Group # noqa: F401
File renamed without changes.

0 comments on commit 387fbbc

Please sign in to comment.