Skip to content

Commit

Permalink
(fix) fix entity navigator deep set import
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaisonneuve committed Oct 16, 2024
1 parent 814edf3 commit de75011
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gws_core/entity_navigator/entity_navigator_deep.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

from typing import Iterable, List, Union

from pyparsing import Set
from typing import Iterable, List, Set, Union

from gws_core.core.model.model_dto import BaseModelDTO
from gws_core.entity_navigator.entity_navigator_type import (EntityNavGroupDTO,
Expand Down

0 comments on commit de75011

Please sign in to comment.