diff --git a/nextlinegraphql/hook/spec.py b/nextlinegraphql/hook/spec.py index 77aabfd..0f1174c 100644 --- a/nextlinegraphql/hook/spec.py +++ b/nextlinegraphql/hook/spec.py @@ -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)'''