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 10d6c92 commit 114e0d4Copy full SHA for 114e0d4
devenv/sync.py
@@ -1,6 +1,7 @@
1
-from devenv import constants
2
from devenv.lib import config, uv
3
+from devenv import constants
4
+
5
6
def main(context: dict[str, str]) -> int:
7
reporoot = context["reporoot"]
0 commit comments