Skip to content

Commit

Permalink
fixing flake errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshSaja committed Feb 2, 2023
1 parent 60dea26 commit 706585c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pygeo/mphys/mphys_dvgeo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import openmdao.api as om
from .. import DVGeometry, DVConstraints
from ..constraints.baseConstraint import LinearConstraint

try:
from .. import DVGeometryVSP
Expand Down
1 change: 0 additions & 1 deletion pygeo/parameterization/DVGeoSketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from abc import abstractmethod
from collections import OrderedDict
import numpy as np
import copy
from mpi4py import MPI
from .BaseDVGeo import BaseDVGeometry
from .designVars import geoDVComposite
Expand Down
1 change: 0 additions & 1 deletion pygeo/parameterization/DVGeoVSP.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from .DVGeoSketch import DVGeoSketch
from pyspline.utils import searchQuads
from .designVars import vspDV
import copy

# openvsp python interface
try:
Expand Down

0 comments on commit 706585c

Please sign in to comment.