Cleanup: unused imports

This commit is contained in:
Campbell Barton
2024-04-19 16:09:30 +10:00
parent 4e8b24f1d1
commit 06adfcaf38
10 changed files with 2 additions and 20 deletions

View File

@@ -16,13 +16,11 @@ check_docs_code_layout.py --markdown=markdown.txt
"""
import os
import re
import argparse
from typing import (
List,
Optional,
Tuple,
)