Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed May 3, 2024
1 parent cf987e9 commit d7f60db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osiris/cairo/serde/serialize.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import numpy as np

from osiris.cairo.serde.data_structures import (
FixedPoint,
Int,
Tensor,
)
from osiris.cairo.serde.utils import int_to_felt
import numpy as np


def serializer(data):
if isinstance(data, bool):
Expand Down

0 comments on commit d7f60db

Please sign in to comment.