Private
Public Access
1
0

Merge branch 'release/v22.1.24'

This commit is contained in:
2024-08-15 16:06:35 +02:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -606,7 +606,7 @@ def ewmovingaverage(interval, window_size):
# Custom error class - to raise a NoTokenError
class NoTokenError(Exception):
class NoTokenError(BaseException):
def __init__(self, value):
self.value = value