no import

This commit is contained in:
Jesse Bannon 2025-08-17 06:59:06 -07:00
parent 8597e102ca
commit 9b6ecb9143

View file

@ -1,7 +1,6 @@
import os
from abc import abstractmethod
from pathlib import Path
from typing import final
REGENERATE_DOCS: bool = bool(os.environ.get("REGENERATE_DOCS", 0))