mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-16 23:50:34 +00:00
chore: remove unused import subprocess from v14a (handled by rds_connect)
This commit is contained in:
parent
465d572ec3
commit
7dd5a04597
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