Skip to content

Commit

Permalink
removed redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed May 11, 2016
1 parent 36b0fe0 commit f3aae7f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions test/test_autoformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Copyright (C) 2012-2016 - Oscar Campos <[email protected]>
# This program is Free Software see LICENSE file for details

import sys
sys.path.insert(0, '../anaconda_server')
sys.path.append('../anaconda_lib')

from commands.autoformat import AutoPep8
from handlers.autoformat_handler import AutoFormatHandler

Expand Down
2 changes: 0 additions & 2 deletions test/test_complete_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# This program is Free Software see LICENSE file for details

import sys
sys.path.insert(0, '../anaconda_server')
sys.path.append('../anaconda_lib')

import jedi

Expand Down
4 changes: 0 additions & 4 deletions test/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Copyright (C) 2012-2016 - Oscar Campos <[email protected]>
# This program is Free Software see LICENSE file for details

import sys
sys.path.insert(0, '../anaconda_server')
sys.path.append('../anaconda_lib')

import jedi

from commands.autocomplete import AutoComplete
Expand Down
2 changes: 0 additions & 2 deletions test/test_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# This program is Free Software see LICENSE file for details

import sys
sys.path.insert(0, '../anaconda_server')
sys.path.append('../anaconda_lib')

import jedi

Expand Down
4 changes: 0 additions & 4 deletions test/test_find_usages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Copyright (C) 2012-2016 - Oscar Campos <[email protected]>
# This program is Free Software see LICENSE file for details

import sys
sys.path.insert(0, '../anaconda_server')
sys.path.append('../anaconda_lib')

import jedi

from commands.find_usages import FindUsages
Expand Down
2 changes: 0 additions & 2 deletions test/test_goto.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import re
import sys
sys.path.insert(0, '../anaconda_server')
sys.path.append('../anaconda_lib')

import jedi

Expand Down
2 changes: 0 additions & 2 deletions test/test_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# This program is Free Software see LICENSE file for details

import sys
sys.path.insert(0, '../anaconda_server')
sys.path.append('../anaconda_lib')

from handlers.python_lint_handler import PythonLintHandler

Expand Down
4 changes: 0 additions & 4 deletions test/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Copyright (C) 2012-2016 - Oscar Campos <[email protected]>
# This program is Free Software see LICENSE file for details

import sys
sys.path.insert(0, '../anaconda_server')
sys.path.append('../anaconda_lib')

from commands.mccabe import McCabe
from handlers.qa_handler import QAHandler
from linting.anaconda_mccabe import AnacondaMcCabe
Expand Down

0 comments on commit f3aae7f

Please sign in to comment.