Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Dec 23, 2023
1 parent 31b4b42 commit f1d5350
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion osiris/cairo/serde/serialize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
from osiris.cairo.serde.data_structures import FixedPoint, SignedInt, Tensor, UnsignedInt
from osiris.cairo.serde.data_structures import (
FixedPoint,
SignedInt,
Tensor,
UnsignedInt,
)


def serializer(data) -> list[str]:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "giza-osiris"
version = "0.1.4"
version = "0.1.5"
description = "Osiris is a Python library designed for efficient data conversion and management, primarily transforming data into Cairo programs"
authors = ["Fran Algaba <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f1d5350

Please sign in to comment.