mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
more flake8
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user