1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

more flake8

This commit is contained in:
Chris Meyers 2015-07-20 11:32:38 -04:00
parent f8695a9f4f
commit b654c6dd3e

View File

@ -76,8 +76,8 @@ class FactTest(BaseFactTest):
print("add_fact save time: %s (s)" % diff)
self.assertLessEqual(diff, 4)
f = Fact.objects.get(id=f_obj.id)
v = FactVersion.objects.get(id=v_obj.id)
Fact.objects.get(id=f_obj.id)
FactVersion.objects.get(id=v_obj.id)
class FactGetHostVersionTest(BaseFactTest):
def setUp(self):