From 100966b122cd90ca139593cf8ff21fd0f777243a Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 9 Jan 2024 17:18:31 +1100 Subject: [PATCH] [steamgriddb] fix linting error --- gallery_dl/extractor/steamgriddb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gallery_dl/extractor/steamgriddb.py b/gallery_dl/extractor/steamgriddb.py index 516c422b..1f803ffd 100644 --- a/gallery_dl/extractor/steamgriddb.py +++ b/gallery_dl/extractor/steamgriddb.py @@ -173,7 +173,8 @@ class SteamgriddbGridsExtractor(SteamgriddbAssetsExtractor): example = "https://www.steamgriddb.com/game/1234/grids" valid_dimensions = ("460x215", "920x430", "600x900", "342x482", "660x930", "512x512", "1024x1024") - valid_styles = ("alternate", "blurred", "no_logo", "material", "white_logo") + valid_styles = ("alternate", "blurred", "no_logo", "material", + "white_logo") valid_file_types = ("png", "jpeg", "jpg", "webp")