Skip to content

Commit

Permalink
fix dupe default
Browse files Browse the repository at this point in the history
  • Loading branch information
smousa committed Mar 17, 2024
1 parent 2f07a13 commit 02f04f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parquet_tools/commands/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def configure_parser(paser: ArgumentParser) -> ArgumentParser:
paser.add_argument('--endpoint-url',
type=str,
required=False,
default=None,
default=os.environ.get('ENDPOINT_URL'),
help='A custom S3 endpoint URL')

Expand Down

0 comments on commit 02f04f1

Please sign in to comment.