Skip to content

Commit

Permalink
added import of delete_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed Aug 29, 2024
1 parent 04ddebb commit 9408c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barfi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# import barfi components
from .block_builder import Block
from .compute_engine import ComputeEngine
from .manage_schema import load_schema_name, load_schemas, save_schema
from .manage_schema import load_schema_name, load_schemas, save_schema, delete_schema
from .manage_schema import editor_preset

import os
Expand Down

0 comments on commit 9408c54

Please sign in to comment.