Skip to content

Commit

Permalink
chore: actually fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Feb 29, 2024
1 parent 0a35fe1 commit d2b5300
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion pkgs/flojoy/flojoy/reconciler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
For example, the ADD node should make a best effort to do something reasonable when a matrix is added to a DataFrame, or a 2 matrices of a different size are added.
For this reason, we've created the `Reconciler` class to handle the process of turning different data types into compatible, easily added objects.
For this reason, we've created the `Reconciler` class to handle the process of turning different data types into compatible, easily added objects.
"""

from typing import Tuple
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
ruff = "^0.1.5"
ruff = "^0.3.0"
typer = { extras = ["all"], version = "^0.9.0" }
python-frontmatter = "^1.0.1"
python-can = "^4.3.1"
Expand Down

0 comments on commit d2b5300

Please sign in to comment.