Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaltrusaitis-reef committed Nov 24, 2023
1 parent 28694e2 commit 1c6a14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/test_arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import argparse
import sys

from b2.arg_parser import (
B2ArgumentParser,
from b2.arg_parser import B2ArgumentParser
from b2.arg_parser_types import (
parse_comma_separated_list,
parse_millis_from_float_timestamp,
parse_range,
Expand Down

0 comments on commit 1c6a14f

Please sign in to comment.