Skip to content
Snippets Groups Projects
Commit 0eb01135 authored by Leo Singer's avatar Leo Singer
Browse files

Remove redundant declaration

parent 0cea1af7
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ Create a P-P plot to compare a posterior sample chain with a sky map.
# Command line interface.
from argparse import FileType
from lalinference.bayestar import command
parser = command.ArgumentParser()
parser = command.ArgumentParser(parents=[command.figure_parser])
parser.add_argument(
'skymap', metavar='SKYMAP.fits[.gz]', type=FileType('rb'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment