Skip to content

Commit

Permalink
Removed writeOut from ValueProperty parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaHobbyist committed Jul 15, 2024
1 parent ce2aaa7 commit e7cc951
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyvnt/Reference/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ def __init__(self):
@abstractmethod
def instance_restricted(self):
pass

@abstractmethod
def writeOut(self, file):
pass



class PropertyInt(ValueProperty):
Expand Down

0 comments on commit e7cc951

Please sign in to comment.