Skip to content

Commit da150bb

Browse files
committed
Remove "import batchspawner", also done in #130
1 parent 70f4992 commit da150bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ This package formerly included WrapSpawner and ProfilesSpawner, which provide me
1717
2. add lines in jupyterhub_config.py for the spawner you intend to use, e.g.
1818

1919
```python
20-
import batchspawner
21-
2220
c = get_config()
2321
c.JupyterHub.spawner_class = 'batchspawner.TorqueSpawner'
2422
```

0 commit comments

Comments
 (0)