Skip to content

Commit

Permalink
post-ruff hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Jul 17, 2024
1 parent 6f38a06 commit 5bd4a72
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 102 deletions.
4 changes: 2 additions & 2 deletions src/nf_rnaseq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib.metadata import version

from . import pl, pp, tl
# from . import pl, pp, tl

__all__ = ["pl", "pp", "tl"]
# __all__ = ["pl", "pp", "tl"]

__version__ = version("nf-rnaseq")
1 change: 0 additions & 1 deletion src/nf_rnaseq/pl/__init__.py

This file was deleted.

63 changes: 0 additions & 63 deletions src/nf_rnaseq/pl/basic.py

This file was deleted.

1 change: 0 additions & 1 deletion src/nf_rnaseq/pp/__init__.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/nf_rnaseq/pp/basic.py

This file was deleted.

1 change: 0 additions & 1 deletion src/nf_rnaseq/tl/__init__.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/nf_rnaseq/tl/basic.py

This file was deleted.

0 comments on commit 5bd4a72

Please sign in to comment.