Skip to content

Commit

Permalink
Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Sep 27, 2023
1 parent a906211 commit ed0fca8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openfisca_core/entities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
#
# See: https://www.python.org/dev/peps/pep-0008/#imports

import typing

from . import typing
from .entity import Entity
from .group_entity import GroupEntity
from .helpers import build_entity
Expand Down

0 comments on commit ed0fca8

Please sign in to comment.