Fix trailing newlines and minor typo fixes
This commit is contained in:
@@ -31,7 +31,7 @@ class MeasureBasePython(ABC):
|
||||
|
||||
@abstractclassmethod
|
||||
def isPrioritySelection(cls, selection):
|
||||
"""Returns True if creation of this measurement should be priorized over other measurements for the given selection"""
|
||||
"""Returns True if creation of this measurement should be prioritized over other measurements for the given selection"""
|
||||
pass
|
||||
|
||||
@abstractclassmethod
|
||||
|
||||
Reference in New Issue
Block a user