Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2024
1 parent fbf9a26 commit 4beb157
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/rds2py/atomics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .generics import REGISTRY, save_rds
from .rds_interface import load_rds

from biocutils import BooleanList

Expand Down
2 changes: 1 addition & 1 deletion src/rds2py/generics.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@singledispatch
def save_rds(x, path: str):
"""Save a Python object as RDS file
"""Save a Python object as RDS file.
Args:
x:
Expand Down

0 comments on commit 4beb157

Please sign in to comment.