Skip to content

Commit

Permalink
Moved import to be alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
justineyster committed Apr 9, 2019
1 parent 98c6eb0 commit 3e17ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_secrets/plugins/common/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
except ImportError: # pragma: no cover
from functools32 import lru_cache

from ..artifactory import ArtifactoryDetector # noqa: F401
from ..aws import AWSKeyDetector # noqa: F401
from ..base import BasePlugin
from ..basic_auth import BasicAuthDetector # noqa: F401
Expand All @@ -12,7 +13,6 @@
from ..keyword import KeywordDetector # noqa: F401
from ..private_key import PrivateKeyDetector # noqa: F401
from ..slack import SlackDetector # noqa: F401
from ..artifactory import ArtifactoryDetector # noqa: F401
from detect_secrets.core.log import log
from detect_secrets.core.usage import PluginOptions

Expand Down

0 comments on commit 3e17ccd

Please sign in to comment.