Skip to content

Commit

Permalink
refactor: call modules directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Jackson-ONS committed Aug 20, 2024
1 parent f050746 commit ed2c8d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/readers/theyworkforyou/test_debates.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from hypothesis import given, provisional, settings
from hypothesis import strategies as st

from parliai_public.readers.theyworkforyou import Debates
from parliai_public import Debates

from ...common import ST_DATES
from .strategies import (
Expand Down
2 changes: 1 addition & 1 deletion tests/readers/theyworkforyou/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import requests
from bs4 import BeautifulSoup

from parliai_public.readers import WrittenAnswers
from parliai_public import WrittenAnswers


def test_read_metadata_from_lead_2024_02_29_16305():
Expand Down
2 changes: 1 addition & 1 deletion tests/readers/theyworkforyou/test_written.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from hypothesis import given, provisional
from hypothesis import strategies as st

from parliai_public.readers.theyworkforyou import WrittenAnswers
from parliai_public import WrittenAnswers

from .strategies import (
st_debate_soups,
Expand Down

0 comments on commit ed2c8d3

Please sign in to comment.