removed unused import

master
JoYo 2022-01-19 13:37:37 -05:00
parent 3eaa3a1606
commit 5600f94ba7
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ from sqlalchemy.orm import Session
from pathlib import Path
import json
from .disassemble import _CapstoneBase
Base = declarative_base()