Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Aug 22, 2020
1 parent 05289bf commit fa9dbaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
Expand Down
6 changes: 2 additions & 4 deletions run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

import argparse
import sys
import argparse
from typing import List, Tuple

import testcases
Expand Down Expand Up @@ -33,9 +33,7 @@ def get_args():
default=False,
help="turn on debug logs",
)
parser.add_argument(
"-s", "--server", help="server implementations (comma-separated)"
)
parser.add_argument("-s", "--server", help="server implementations (comma-separated)")
parser.add_argument(
"-c", "--client", help="client implementations (comma-separated)"
)
Expand Down

0 comments on commit fa9dbaa

Please sign in to comment.