Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyriccoder committed Jul 8, 2020
1 parent c7e5029 commit 47ad32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions aibolit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,9 @@
from os import scandir
from pathlib import Path
from sys import stdout
<<<<<<< Updated upstream
from typing import List, Any, Dict, Tuple

import javalang
=======
from typing import List, Dict, Any, Tuple
>>>>>>> Stashed changes
import numpy as np # type: ignore
import requests
from lxml import etree # type: ignore
Expand Down
4 changes: 2 additions & 2 deletions test/recommend/test_recommend_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
from aibolit.config import Config

from aibolit.__main__ import list_dir, calculate_patterns_and_metrics, \
create_xml_tree, create_text, format_converter_for_pattern, find_start_and_end_lines, find_annotation_by_node_type, \
add_pattern_if_ignored
create_xml_tree, create_text, format_converter_for_pattern, find_start_and_end_lines, \
find_annotation_by_node_type, add_pattern_if_ignored


class TestRecommendPipeline(TestCase):
Expand Down

0 comments on commit 47ad32e

Please sign in to comment.