Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Nov 6, 2024
1 parent 2c4ffd9 commit 3cb971c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pycytominer/cyto_utils/collate.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ def collate(
# show a warning about collate deprecation
warnings.warn(
(
With the deprecation of cytominer-database, "pycytominer.cyto_utils.collate will be removed in future versions of Pycytominer. "
"With the deprecation of cytominer-database",
"pycytominer.cyto_utils.collate will be removed in future versions of Pycytominer. "
"Please consider using CellProfiler's ExportToDatabase module to create single-cell "
"SQLite files or CytoTable to create single-cell Parquet files."
"SQLite files or CytoTable to create single-cell Parquet files.",
),
DeprecationWarning,
)
Expand Down

0 comments on commit 3cb971c

Please sign in to comment.