Skip to content

Commit

Permalink
fixup! Get subparser formatter class from top-level parser
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Sep 24, 2024
1 parent db29fe9 commit 3127384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/argparse_.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Custom helpers for the argparse standard library.
"""
import argparse
from argparse import Action, ArgumentDefaultsHelpFormatter
from argparse import Action


# Include this in an argument help string to suppress the automatic appending
Expand Down

0 comments on commit 3127384

Please sign in to comment.