Skip to content

Commit

Permalink
Fix wrong indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogdanov committed Dec 4, 2023
1 parent 235ae3c commit afc8c62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python/essentia/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
def _create_essentia_class(name, moduleName = __name__):
essentia.log.debug(essentia.EPython, 'Creating essentia.standard class: %s' % name)


if not ESSENTIA_PYTHON_NODOC or name == "FrameCutter":
if not ESSENTIA_PYTHON_NODOC or name == "FrameCutter":
_algoInstance = _essentia.Algorithm(name)
_algoDoc = _algoInstance.getDoc()
_algoStruct = _algoInstance.getStruct()
Expand Down

0 comments on commit afc8c62

Please sign in to comment.