Skip to content

Commit

Permalink
Remove unnecessary assignment before returning
Browse files Browse the repository at this point in the history
  • Loading branch information
marsfan committed Jun 29, 2020
1 parent bc48318 commit e0de9e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/wireviz/wireviz.py
Expand Up @@ -661,9 +661,7 @@ def parse_cmdline():

parser.add_argument('--prepend-file', action='store', type=str, metavar='YAML_FILE')

args = parser.parse_args()

return args
return parser.parse_args()


def main():
Expand Down

0 comments on commit e0de9e6

Please sign in to comment.