Skip to content

Commit

Permalink
Merge pull request #358 from alvarocaceres/fixup
Browse files Browse the repository at this point in the history
revert unnecessary change to mypy_test from previous commit
  • Loading branch information
matthiaskramm authored Jul 13, 2016
2 parents b63e09c + 67ccb1b commit 6f5e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mypy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
parser.add_argument('-v', '--verbose', action='count', default=0, help="More output")
parser.add_argument('-n', '--dry-run', action='store_true', help="Don't actually run mypy")
parser.add_argument('-x', '--exclude', type=str, nargs='*', help="Exclude pattern")
parser.add_argument('-p', '--python-version', type=str, action='append',
parser.add_argument('-p', '--python-version', type=str, nargs='*',
help="These versions only (major[.minor])")
parser.add_argument('filter', type=str, nargs='*', help="Include pattern (default all)")

Expand Down

0 comments on commit 6f5e20d

Please sign in to comment.