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

configloader: jsonschema: Remove unused skel/ generated package #1481

Merged
Merged
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
13 changes: 0 additions & 13 deletions configloader/jsonschema/.coveragerc

This file was deleted.

21 changes: 0 additions & 21 deletions configloader/jsonschema/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions configloader/jsonschema/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions configloader/jsonschema/MANIFEST.in

This file was deleted.

22 changes: 0 additions & 22 deletions configloader/jsonschema/README.rst

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions configloader/jsonschema/entry_points.txt

This file was deleted.

20 changes: 0 additions & 20 deletions configloader/jsonschema/pyproject.toml

This file was deleted.

40 changes: 0 additions & 40 deletions configloader/jsonschema/setup.cfg

This file was deleted.

8 changes: 0 additions & 8 deletions configloader/jsonschema/setup.py

This file was deleted.

Empty file.
140 changes: 0 additions & 140 deletions configloader/jsonschema/tests/test_config.py

This file was deleted.

1 change: 0 additions & 1 deletion dffml/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def inpath(binary):
CORE_PLUGINS = [
("configloader", "yaml"),
("configloader", "image"),
("configloader", "jsonschema"),
("model", "scratch"),
("model", "scikit"),
("model", "tensorflow"),
Expand Down
Loading