Skip to content

Commit

Permalink
Removing dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Aug 14, 2024
1 parent cf62acc commit 21c17ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pddl/logic/effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@

"""This modules implements PDDL effects."""
import functools
from typing import AbstractSet, Collection, Optional, TypeVar, Union
from typing import AbstractSet, Collection, Optional, Union

from pddl.helpers.base import _typed_parameters, ensure_set
from pddl.helpers.cache_hash import cache_hash
from pddl.logic import Variable
from pddl.logic.base import And, Atomic, Formula, Not, OneOf
from pddl.parser.symbols import Symbols

EffectType = TypeVar("EffectType")


@cache_hash
@functools.total_ordering
Expand Down

0 comments on commit 21c17ee

Please sign in to comment.