Skip to content

Commit

Permalink
DCfix
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jul 18, 2024
1 parent b57ed9d commit 51a96a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsweeper/deep_scanner/gzip_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from pathlib import Path
from typing import List

from credsweeper.utils import Util
from credsweeper.credentials import Candidate
from credsweeper.deep_scanner.abstract_scanner import AbstractScanner
from credsweeper.file_handler.data_content_provider import DataContentProvider
from credsweeper.utils import Util

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 51a96a8

Please sign in to comment.