Skip to content

Commit

Permalink
- r clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBazuzi committed Nov 12, 2024
1 parent cc0423b commit 7c7706e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_verify_argument_parser.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import argparse
import os

from approvaltests import verify_argument_parser
from tests.find_stale_approved_files import create_argument_parser
from approvaltests.core.options import Options
from approvaltests import verify_argument_parser, Options


def test_argument_parser():
Expand Down

0 comments on commit 7c7706e

Please sign in to comment.