Skip to content

Commit

Permalink
added pass statements to remove syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ASC95 committed Nov 14, 2023
1 parent 8e1d692 commit 6f907f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions omf/models/derConsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ def _tests():

if __name__ == '__main__':
#_tests()
pass
1 change: 1 addition & 0 deletions omf/models/derUtilityCost.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ def _tests():

if __name__ == '__main__':
#_tests()
pass

0 comments on commit 6f907f0

Please sign in to comment.