Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRut committed Feb 13, 2021
1 parent 1931516 commit c0ee248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygrocy/grocy.py
Expand Up @@ -2,9 +2,9 @@
from typing import List

import deprecation
from data_models.battery import Battery

from .base import DataModel # noqa: F401
from .data_models.battery import Battery
from .data_models.chore import Chore
from .data_models.meal_items import MealPlanItem, RecipeItem
from .data_models.product import Group, Product, ShoppingListProduct
Expand Down

0 comments on commit c0ee248

Please sign in to comment.