Skip to content

Commit

Permalink
Merge pull request #2 from DSecureMe/alpha2
Browse files Browse the repository at this point in the history
removed unused imports
  • Loading branch information
mwalkowski authored Dec 19, 2019
2 parents 78790af + 2af6743 commit 7931792
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/vmc/nessus/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from django.test import TestCase

from vmc.assets.models import Asset, Port
from vmc.assets.models import Asset
from vmc.nessus.api import Nessus
from vmc.nessus.models import Config
from vmc.nessus.tasks import get_trash_folder_id, update, update_data
Expand Down
8 changes: 4 additions & 4 deletions src/vmc/ralph/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
*
"""

from unittest.mock import patch, Mock, MagicMock
import json
from unittest.mock import patch, Mock

from django.test import TestCase

from vmc.assets.models import Asset, Port
from vmc.ralph.api import Ralph, AssetIdException
from vmc.assets.models import Asset
from vmc.ralph.api import Ralph
from vmc.ralph.models import Config
import json
from vmc.common.tests import get_fixture_location

from vmc.ralph.tasks import load_all_assets
Expand Down

0 comments on commit 7931792

Please sign in to comment.