Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 22, 2024
1 parent b3932c1 commit 8e626d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spinnman_integration_tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_create_job(self):

connections = job.get_connections()
self.assertGreaterEqual(len(connections), 2)
self.assertIn((0,0), connections)
self.assertIn((0, 0), connections)

txrx = job.create_transceiver()

Expand All @@ -68,5 +68,6 @@ def test_create_job(self):

client.close() # print(2^(1/(2^1)


if __name__ == '__main__':
unittest.main()

0 comments on commit 8e626d4

Please sign in to comment.