Skip to content

Commit 3be2f9e

Browse files
committed
README: Remove unneeded comma in imports
1 parent 96618dc commit 3be2f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A basic plugin using a function as the query method.
1414

1515
```py
1616
from pyflowlauncher import Plugin, Result, send_results
17-
from pyflowlauncher.result import, ResultResponse
17+
from pyflowlauncher.result import ResultResponse
1818

1919
plugin = Plugin()
2020

@@ -38,7 +38,7 @@ A more advanced usage using a `Method` class as the query method.
3838

3939
```py
4040
from pyflowlauncher import Plugin, Result, Method
41-
from pyflowlauncher.result import, ResultResponse
41+
from pyflowlauncher.result import ResultResponse
4242

4343
plugin = Plugin()
4444

0 commit comments

Comments
 (0)