Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Add New Models to Scratch.py #972

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dffml/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from ..util.os import MODE_BITS_SECURE
from ..source.source import Sources, SourcesContext


# If model is not trained, take an exception
class ModelNotTrained(Exception):
pass

Expand Down
Loading