Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 7, 2023
1 parent cf26c76 commit 49b740f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfisca_core/projectors/typing.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import annotations

from collections.abc import Mapping
from openfisca_core.entities.typing import Entity, GroupEntity, Role
from typing import Iterable, Protocol
from openfisca_core.entities.typing import Entity, GroupEntity
from typing import Protocol


class Population(Protocol):
Expand Down

0 comments on commit 49b740f

Please sign in to comment.