diff --git a/requirements_dev.txt b/requirements_dev.txt index 898400b26fa175b2322ba74c87b39e7405277426..91f97d1b5aba1cc29f2f9e93252ef4eb81f0c028 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,5 @@ -bump2version==1.0.1 wheel==0.36.2 -watchdog==2.1.2 +watchdog==2.1.3 flake8==3.9.2 tox==3.23.1 coverage==5.5 diff --git a/sziszapangma/__pycache__/__init__.cpython-39.pyc b/sziszapangma/__pycache__/__init__.cpython-39.pyc index 0da856c208c3cdb6494296026133e07e14235d3c..125189747dbbc47416dd2dc5f0eaaeb1d97f848b 100644 Binary files a/sziszapangma/__pycache__/__init__.cpython-39.pyc and b/sziszapangma/__pycache__/__init__.cpython-39.pyc differ diff --git a/sziszapangma/core/wer/word.py b/sziszapangma/core/wer/word.py index b20d9e9f0d374531772ae13f0c72e4734997e4d7..caf6e62b3fa7eb68a99360fa2dde03b968394d53 100644 --- a/sziszapangma/core/wer/word.py +++ b/sziszapangma/core/wer/word.py @@ -9,4 +9,4 @@ class Word: @classmethod def from_string(cls, string: str): - cls(str(uuid.uuid4()), string) + return cls(str(uuid.uuid4()), string)