Skip to content

Commit

Permalink
ironpy compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovecchietti committed May 2, 2024
1 parent 0a00666 commit a4ee76f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyaedt/application/Design.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from __future__ import absolute_import # noreorder

from abc import ABC
from abc import abstractmethod
from collections import OrderedDict
import gc
Expand Down Expand Up @@ -4085,7 +4084,7 @@ def __contains__(self, item):
return item in self.available_properties


class DesignSettingsManipulation(ABC):
class DesignSettingsManipulation:
@abstractmethod
def execute(self, k, v):
pass

0 comments on commit a4ee76f

Please sign in to comment.