mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Add isort and flake8 to CI (#869)
* Run isort. * Clean up unused assignments. * Add flake8 linting step.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
|
||||
__metaclass__ = type
|
||||
|
||||
import base64
|
||||
@@ -12,10 +14,9 @@ import re
|
||||
import subprocess
|
||||
|
||||
import pytest
|
||||
|
||||
from ansible_collections.community.crypto.plugins.module_utils.crypto._asn1 import (
|
||||
serialize_asn1_string_as_der,
|
||||
pack_asn1,
|
||||
serialize_asn1_string_as_der,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user