Skip to content

Commit

Permalink
Remove hookspecs initial_run_no() and initial_script()
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Dec 8, 2023
1 parent 23c63a3 commit 5700708
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions nextlinegraphql/hook/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ def configure(settings: Dynaconf, hook: pluggy.PluginManager) -> None:
'''Initialize the plugin.'''


@hookspec
def initial_run_no() -> Optional[int]:
'''Run No. of the first run.'''


@hookspec
def initial_script() -> Optional[str]:
'''The script of the first run.'''


@hookspec
def schema() -> Optional[tuple[type, type | None, type | None]]:
'''The GraphQL schema (Query, Mutation, Subscription)'''
Expand Down

0 comments on commit 5700708

Please sign in to comment.