Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Mar 4, 2022
1 parent 3b0755c commit 4d4efc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omegaconf/basecontainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@


class BaseContainer(Container, ABC):
# static
_resolvers: ClassVar[Dict[str, Any]] = {}

def __init__(self, parent: Optional["Container"], metadata: ContainerMetadata):
Expand Down

0 comments on commit 4d4efc2

Please sign in to comment.