Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
norhh committed Feb 29, 2024
1 parent ee61d19 commit c396715
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions BugsInPy/feature_extractor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
import ast
import builtins
import subprocess
import os
import re
from typing import Dict, Set, Tuple, List, Optional
from BugsInPy.utils import checkout
from BugsInPy.test_runner import move_test_file
from diff_utils import locations_from_diff
import ast
import keyword
import shutil

from pathlib import Path
from dataclasses import asdict, dataclass, field
from os.path import commonpath

from .dynamic_features import extract_dynamic_features
from .static_features import (
Expand Down

0 comments on commit c396715

Please sign in to comment.