1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Move isort configuration to pyproject.toml

This commit is contained in:
thatmattlove
2021-12-22 22:22:01 -07:00
parent 3cf84a8001
commit dfca1a5bc1
9 changed files with 22 additions and 60 deletions

View File

@@ -6,15 +6,7 @@ import typing as t
from ipaddress import IPv4Network, IPv6Network, ip_network
# Third Party
from pydantic import (
Field,
FilePath,
StrictStr,
StrictBool,
PrivateAttr,
conint,
validator,
)
from pydantic import Field, FilePath, StrictStr, StrictBool, PrivateAttr, conint, validator
# Project
from hyperglass.log import log