mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
reverted irrelevant changes
This commit is contained in:
@@ -306,6 +306,7 @@ class _RegionProperties(MutableMapping):
|
||||
def weighted_moments_normalized(self):
|
||||
return _moments.moments_normalized(self.weighted_moments_central, 3)
|
||||
|
||||
|
||||
# Preserve dictionary interface
|
||||
def __delitem__(self, key):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user