From 355447fd0bfe27975c548fcd136f1e284653615a Mon Sep 17 00:00:00 2001 From: elvis kahoro Date: Fri, 26 Aug 2022 00:32:54 -0400 Subject: [PATCH] Black lint --- scripts/gen_theme_previews.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gen_theme_previews.py b/scripts/gen_theme_previews.py index 619e44b..7c8caec 100644 --- a/scripts/gen_theme_previews.py +++ b/scripts/gen_theme_previews.py @@ -1,6 +1,7 @@ import argparse import os from pathlib import Path +from typing import Any from typing import Dict from typing import List from typing import Optional