add isort to project

This commit is contained in:
Istvan Ruzman
2020-08-17 08:03:57 +02:00
parent 10766b842c
commit e2c25d076d
11 changed files with 42 additions and 41 deletions

View File

@@ -2,11 +2,12 @@
# SPDX-License-Identifier: MIT OR Apache-2.0
import struct
from ipaddress import IPv4Address, IPv4Network, IPv6Address, IPv6Network
from ipaddress import IPv4Address, IPv6Address, IPv4Network, IPv6Network
from pyrad3 import dictionary, utils
import pytest
from pyrad3 import dictionary, utils
# @pytest.mark.parametrize("header", [
# b""])
# def test_valid_header(header):