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

@ -33,7 +33,7 @@ import requests
import structlog
import warcprox
import brozzler
import brozzler.cli
logger = structlog.get_logger(logger_name=__name__)