Skip to content

Commit 6c7f642

Browse files
fix: add missing newline in test_influxdb_client_3.py
1 parent 0fb669e commit 6c7f642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_influxdb_client_3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,5 +380,6 @@ def test_url_lack_path_prefix(self):
380380
except ApiException:
381381
self.assertRaises(ApiException)
382382

383+
383384
if __name__ == '__main__':
384385
unittest.main()

0 commit comments

Comments
 (0)