mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 07:21:03 +00:00
fix: scripts/
errors
This commit is contained in:
@@ -3,11 +3,13 @@ python scripts/release_branch.py anthropic bagatur
|
||||
"""
|
||||
|
||||
import glob
|
||||
import tomllib
|
||||
import toml
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
# Ignoring errors since this script is run in a controlled environment
|
||||
import toml # type: ignore # pyright: ignore[reportMissingModuleSource]
|
||||
import tomllib # type: ignore # pyright: ignore[reportMissingImports]
|
||||
|
||||
|
||||
def main(*args):
|
||||
pkg = args[1]
|
||||
|
Reference in New Issue
Block a user