mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-17 05:40:35 +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.
|
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 collections import Counter, defaultdict
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue