Skip to content
Snippets Groups Projects
Unverified Commit 94dd42b2 authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Fix requirements

parent f63ee703
Branches
2 merge requests!4Feature/add poetry,!3Add ids to words
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
......
No preview for this file type
......@@ -9,4 +9,4 @@ class Word:
@classmethod
def from_string(cls, string: str):
cls(str(uuid.uuid4()), string)
return cls(str(uuid.uuid4()), string)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment