mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
chore: remove unused imports from generate_site.py
This commit is contained in:
@@ -12,7 +12,6 @@ Usage:
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
@@ -20,11 +19,10 @@ from datetime import datetime, timezone
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
sys.path.insert(0, os.path.dirname(__file__))
|
sys.path.insert(0, os.path.dirname(__file__))
|
||||||
from common import list_registered_platforms, load_database, load_emulator_profiles, load_platform_config, require_yaml, write_if_changed
|
from common import list_registered_platforms, load_database, load_emulator_profiles, require_yaml, write_if_changed
|
||||||
|
|
||||||
yaml = require_yaml()
|
yaml = require_yaml()
|
||||||
from generate_readme import compute_coverage
|
from generate_readme import compute_coverage
|
||||||
from verify import verify_platform
|
|
||||||
|
|
||||||
DOCS_DIR = "docs"
|
DOCS_DIR = "docs"
|
||||||
SITE_NAME = "RetroBIOS"
|
SITE_NAME = "RetroBIOS"
|
||||||
|
|||||||
Reference in New Issue
Block a user