Skip to content

Commit

Permalink
style(args): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Feb 17, 2023
1 parent 7fe558a commit 340d44f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions icfree/sampler/args.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from argparse import (
ArgumentParser
)
from argparse import ArgumentParser
from os import getcwd as os_getcwd

from brs_utils import add_logger_args
Expand Down Expand Up @@ -73,6 +71,7 @@ def add_arguments(parser, signature):
parser.add_argument(
'--nb-samples',
type=int,
# type=arg_range(1, 100),
default=DEFAULTS['NB_SAMPLES'],
help=('Number of samples to generate for all factors'
f' (default: {DEFAULTS["NB_SAMPLES"]})')
Expand Down

0 comments on commit 340d44f

Please sign in to comment.