File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import glob
66import msgspec
77import structlog
8+ import json
9+
810from datetime import datetime
911
1012from src .types import PluginInfo
@@ -226,8 +228,6 @@ def sync_all_cli() -> None:
226228
227229async def consolidate_plugins () -> None :
228230 """Consolidate all individual plugin YAML files into a single plugins.yml file."""
229- import json
230-
231231 await logger .ainfo ("Consolidating plugins into single file" )
232232
233233 plugins : list [PluginInfo ] = await read_plugins ()
@@ -251,7 +251,6 @@ async def consolidate_plugins() -> None:
251251
252252async def consolidate_readmes () -> None :
253253 """Consolidate all individual README markdown files into a single readmes.json file."""
254- import json
255254
256255 await logger .ainfo ("Consolidating READMEs into single JSON file" )
257256
You can’t perform that action at this time.
0 commit comments