mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
chore: remove unused import subprocess from v14a (handled by rds_connect)
This commit is contained in:
parent
7eda71868a
commit
fc2ade9681
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ Projects theorem structure onto a 16D modifier, chooses a local proof chart (4D)
|
|||
and generates 3D-ranked patch candidates. Focused on zero-bucket repair.
|
||||
"""
|
||||
|
||||
import json, os, re, subprocess, sys
|
||||
import json, os, re, sys
|
||||
from collections import Counter, defaultdict
|
||||
from pathlib import Path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue