Skip to content

Commit

Permalink
move to src folder?
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 10, 2025
1 parent 174155f commit 6f4339f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/marimo/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def __(mo):
def __():
import numpy as np

from src.cvx.bson import read_bson, write_bson
from src.cvx.json import read_json, write_json
from cvx.bson import read_bson, write_bson
from cvx.json import read_json, write_json

return np, read_bson, read_json, write_bson, write_json

Expand Down

0 comments on commit 6f4339f

Please sign in to comment.