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 b1ec05f commit 2dfcb23Copy full SHA for 2dfcb23
tests/test_client.py
@@ -5,7 +5,6 @@
5
6
class ClientTest(TestCase):
7
def test_submit_missing_file(self):
8
- client = Client(Options("", "", "", ""))
9
-
+ client = Client(Options("", "", ""))
10
with self.assertRaises(FileNotFoundError):
11
client.submit("/non/existent/path", "new version upload")
0 commit comments