Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Satisfy isort pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dav3r committed Dec 30, 2021
1 parent 84225f5 commit 3cbb18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdyml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Standard Python Libraries
import re

# cisagov Libraries
# We disable a Flake8 check for "Module imported but unused (F401)" here because
# although this import is not directly used, it populates the value
# package_name.__version__, which is used to get version information about this
# Python package.
# cisagov Libraries
from _log4j_md_yml_version import __version__ # noqa: F401

DEFAULT_CVE_ID = "cve-2021-44228"
Expand Down

0 comments on commit 3cbb18b

Please sign in to comment.