From afdaad213373201cf2f1ce0b04d90824a4f679ea Mon Sep 17 00:00:00 2001 From: "{{ github.actor }}" Date: Wed, 25 Oct 2023 17:27:21 +0000 Subject: [PATCH] Style Reformatting --- captcha/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/captcha/core.py b/captcha/core.py index 89168460..2f95dd3f 100644 --- a/captcha/core.py +++ b/captcha/core.py @@ -27,7 +27,6 @@ import os import random import string -from contextlib import suppress from pathlib import Path from types import ModuleType from typing import Any, Dict, Final, List, Optional, Union