Skip to content

Commit e200740

Browse files
committed
fix typo in PythonDepManager Readme
1 parent f552232 commit e200740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/PythonDepManager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ Handle multiple different requirements for imports:
9797
```python
9898
from PythonDepManager import ensure_import
9999
ensure_import(
100-
"requests"
101-
"bs4:beautifulsoup4==4.9.3"
102-
"stashapi:stashapp-tools==0.2.58"
103-
"someothermodule>=0.1"
100+
"requests",
101+
"bs4:beautifulsoup4==4.9.3",
102+
"stashapi:stashapp-tools==0.2.58",
103+
"someothermodule>=0.1",
104104
)
105105
```
106106

0 commit comments

Comments
 (0)