fix: scripts/ errors

This commit is contained in:
Mason Daugherty
2025-07-28 15:03:25 -04:00
parent e79e0bd6b4
commit 6f10160a45
2 changed files with 12 additions and 10 deletions

View File

@@ -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]