Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler committed Dec 10, 2024
1 parent 8c05da0 commit 62172ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omlt/base/julia.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def __init__(self, *, binary: bool = False, **kwargs: Any):

self.binary = binary

self._value : None | int | float
self._value: None | int | float
_initialize = kwargs.pop("initialize", None)
if _initialize:
if isinstance(_initialize, (int, float)):
Expand Down

0 comments on commit 62172ed

Please sign in to comment.