Skip to content

Commit

Permalink
Apply isort *.py ../../setup.py
Browse files Browse the repository at this point in the history
isort==5.11.5
  • Loading branch information
kvid committed Jul 12, 2024
1 parent 38ac237 commit 828de3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wireviz/Harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from typing import Any, List, Union

from graphviz import Graph

from wireviz import APP_NAME, APP_URL, __version__, wv_colors
from wireviz.DataClasses import (
Cable,
Expand All @@ -17,8 +16,8 @@
MatePin,
Metadata,
Options,
Tweak,
Side,
Tweak,
)
from wireviz.svgembed import embed_svg_images, embed_svg_images_file
from wireviz.wv_bom import (
Expand Down

0 comments on commit 828de3f

Please sign in to comment.