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 a56a654 commit fdb2fcaCopy full SHA for fdb2fca
neo/test/iotest/common_io_test.py
@@ -514,7 +514,7 @@ def test__handle_pathlib_filename(self):
514
elif self.ioclass.mode == 'dir':
515
self.ioclass(dirname=pathlib_filename,
516
*self.default_arguments,
517
- **self.default_keyword_arguments))
+ **self.default_keyword_arguments)
518
519
def test_list_candidate_ios(self):
520
for entity in self.entities_to_test:
0 commit comments