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

refactor Timeline class to pydantic model #30

Merged
merged 6 commits into from
Sep 14, 2020
Merged

refactor Timeline class to pydantic model #30

merged 6 commits into from
Sep 14, 2020

Conversation

tanwinn
Copy link
Collaborator

@tanwinn tanwinn commented May 20, 2020

No description provided.

@tanwinn tanwinn requested a review from Kilo59 May 20, 2020 05:32
@tanwinn tanwinn self-assigned this May 20, 2020
@Kilo59 Kilo59 added the domain_model Issue related to modeling of the COVID data label Aug 10, 2020
@Kilo59
Copy link
Owner

Kilo59 commented Aug 10, 2020

@tanwinn is there anything else you want to do here before I merge?

Co-authored-by: Sourcery AI <>
@Kilo59
Copy link
Owner

Kilo59 commented Aug 10, 2020

Travis Test failure

ImportError while loading conftest '/home/travis/build/Kilo59/coronavirus-tracker-api/tests/conftest.py'.
tests/conftest.py:13: in <module>
    from app.main import APP
app/main.py:17: in <module>
    from .data import data_source
app/data/__init__.py:3: in <module>
    from ..services.location.jhu import JhuLocationService
app/services/location/jhu.py:13: in <module>
    from ...models import Coordinates, Timeline
E   ImportError: cannot import name 'Coordinates' from 'app.models' (/home/travis/build/Kilo59/coronavirus-tracker-api/app/models.py)

@tanwinn
Copy link
Collaborator Author

tanwinn commented Aug 21, 2020

Hm.. this fail is new. Did you merge something after my PR?

@Kilo59 Kilo59 merged commit d954534 into master Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain_model Issue related to modeling of the COVID data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants