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 f552232 commit e200740Copy full SHA for e200740
plugins/PythonDepManager/README.md
@@ -97,10 +97,10 @@ Handle multiple different requirements for imports:
97
```python
98
from PythonDepManager import ensure_import
99
ensure_import(
100
- "requests"
101
- "bs4:beautifulsoup4==4.9.3"
102
- "stashapi:stashapp-tools==0.2.58"
103
- "someothermodule>=0.1"
+ "requests",
+ "bs4:beautifulsoup4==4.9.3",
+ "stashapi:stashapp-tools==0.2.58",
+ "someothermodule>=0.1",
104
)
105
```
106
0 commit comments