Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Arruda committed Jul 30, 2024
1 parent 5825bb2 commit 62658ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jyafn-python/tests/serde.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import jyafn as fn
import os

os.makedirs("data", exist_ok=True)


@fn.func
Expand Down

0 comments on commit 62658ba

Please sign in to comment.