Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connectum based scraper #1000

Merged
merged 11 commits into from
May 5, 2024
309 changes: 0 additions & 309 deletions data/data_format_geo-entry.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion data/external/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class PydanticConfiguration(BaseModel):
model_config = pydantic.ConfigDict(
frozen=True,
frozen=False,
str_strip_whitespace=True,
extra="forbid",
populate_by_name=True,
Expand Down
1 change: 1 addition & 0 deletions data/external/models/test_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import Literal

import pytest

from external.models import nat, public_transport, roomfinder, tumonline


Expand Down
Loading
Loading