mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-21 03:02:48 +00:00
chore: remove unused imports from generate_site.py
This commit is contained in:
parent
0e6db8abdf
commit
a2d30557e4
1 changed files with 1 additions and 3 deletions
|
|
@ -12,7 +12,6 @@ Usage:
|
|||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
|
|
@ -20,11 +19,10 @@ from datetime import datetime, timezone
|
|||
from pathlib import Path
|
||||
|
||||
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()
|
||||
from generate_readme import compute_coverage
|
||||
from verify import verify_platform
|
||||
|
||||
DOCS_DIR = "docs"
|
||||
SITE_NAME = "RetroBIOS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue