Skip to content

Commit

Permalink
removed flake errors
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed Jun 18, 2014
1 parent 7c61ee6 commit 4de764e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libnmap/plugins/sql.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from sqlalchemy import create_engine
from sqlalchemy.schema import Column
from sqlalchemy.types import Integer, DateTime, LargeBinary, Text
from sqlalchemy.types import Integer, DateTime, Text
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import sessionmaker

Expand Down
1 change: 0 additions & 1 deletion libnmap/test/test_backend_plugin_factory.py
Expand Up @@ -128,7 +128,6 @@ def test_backend_get(self):
result_list.append(backend.get(rep_id))
#print result_list[0]
#print self.reportList[0]
i=0
self.assertEqual(len(result_list), len(self.reportList))
self.assertEqual((result_list), (self.reportList))
id_list = []
Expand Down

0 comments on commit 4de764e

Please sign in to comment.