Use proper Python imports
All checks were successful
Test / test (push) Successful in 1m6s

This commit is contained in:
polyfloyd 2025-07-17 18:03:32 +02:00
parent ed33bdfcba
commit a3b5392f7f
8 changed files with 38 additions and 19 deletions

View file

@ -1,6 +1,13 @@
from scrapers import ah_get_by_gtin, sligro_get_by_gtin, parse_content_description, Product, ProductNotFoundError
import pytest
from inflatinator.scrapers import (
Product,
ProductNotFoundError,
ah_get_by_gtin,
parse_content_description,
sligro_get_by_gtin,
)
def test_scrape_ah():
# Ola Liuk