test: fix test brozzler imports
Some checks are pending
Python Formatting Check / formatting (push) Waiting to run
Tests / Run tests (3.12) (push) Waiting to run
Tests / Run tests (3.8) (push) Waiting to run

This commit is contained in:
Misty De Méo 2025-03-11 10:44:00 -07:00 committed by Misty De Méo
parent 3ef0c3abc9
commit af34639adb
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ import urllib
import pytest
import brozzler
import brozzler.cli
arg_parser = argparse.ArgumentParser()
brozzler.cli.add_common_options(arg_parser)