Skip to content

Commit

Permalink
flake8fix
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jan 15, 2025
1 parent 7a4bf8d commit f8e8f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsweeper/credentials/candidate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import copy
import re
from json.encoder import py_encode_basestring_ascii
from typing import Any, Dict, List, Optional, Union
from typing import Any, Dict, List, Optional

from credsweeper.common.constants import Severity, Confidence
from credsweeper.config import Config
Expand Down

0 comments on commit f8e8f70

Please sign in to comment.