Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ring630 committed Nov 20, 2024
1 parent 1ff7883 commit 52dc671
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pyedb/dotnet/edb_core/nets.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@

from __future__ import absolute_import # noreorder

import os
import time
import warnings

from pyedb.common.nets import CommonNets
from pyedb.dotnet.edb_core.edb_data.nets_data import EDBNetsData
from pyedb.generic.constants import CSS4_COLORS
from pyedb.generic.general_methods import generate_unique_name
from pyedb.misc.utilities import compute_arc_points
from pyedb.modeler.geometry_operators import GeometryOperators


class EdbNets(CommonNets):
Expand Down

0 comments on commit 52dc671

Please sign in to comment.