Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jul 13, 2023
1 parent 353085c commit eae38b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsweeper/scanner/scanner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging
from pathlib import Path
from typing import List, Optional, Type, Tuple, Dict, Union
from typing import List, Type, Tuple, Dict, Union

from credsweeper.app import APP_PATH
from credsweeper.common.constants import RuleType, MIN_VARIABLE_LENGTH, MIN_SEPARATOR_LENGTH, MIN_VALUE_LENGTH, \
Expand Down

0 comments on commit eae38b8

Please sign in to comment.