-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove _LinkedDataObjectSchema (#2085)
- Loading branch information
1 parent
2f48d2f
commit 8039ee8
Showing
5 changed files
with
4 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
""" | ||
Test utilities for :py:mod:`betty.ancestry`. | ||
""" | ||
|
||
from typing_extensions import override | ||
|
||
from betty.json.linked_data import LinkedDataDumpable | ||
from betty.json.schema import Object | ||
from betty.project import Project | ||
|
||
|
||
class _LinkedDataObjectSchema(LinkedDataDumpable[Object]): | ||
@override | ||
@classmethod | ||
async def linked_data_schema(cls, project: Project) -> Object: | ||
return Object() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters