mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
Use plumbum.local instead of plumbum.cmd to make pylance happy
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
from plumbum.cmd import git
|
||||
import plumbum
|
||||
|
||||
git = plumbum.local["git"]
|
||||
|
||||
|
||||
class GitHelper:
|
||||
|
Reference in New Issue
Block a user