We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96618dc commit 3be2f9eCopy full SHA for 3be2f9e
README.md
@@ -14,7 +14,7 @@ A basic plugin using a function as the query method.
14
15
```py
16
from pyflowlauncher import Plugin, Result, send_results
17
-from pyflowlauncher.result import, ResultResponse
+from pyflowlauncher.result import ResultResponse
18
19
plugin = Plugin()
20
@@ -38,7 +38,7 @@ A more advanced usage using a `Method` class as the query method.
38
39
40
from pyflowlauncher import Plugin, Result, Method
41
42
43
44
0 commit comments