We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfabd8 commit 6ed32d2Copy full SHA for 6ed32d2
neo/test/iotest/test_asciisignalio.py
@@ -55,7 +55,7 @@ def test_csv_expect_success(self):
55
(-64.6, -64.2, -77.0, 0.7),
56
(-64.3, -64.0, -99.9, 0.8)
57
]
58
- with open(filename,'w', newline='') as csvfile:
+ with open(filename, 'w', newline='') as csvfile:
59
writer = csv.writer(csvfile, delimiter=',',
60
quotechar='|', quoting=csv.QUOTE_MINIMAL)
61
for row in sample_data:
0 commit comments