Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawakalt committed Feb 13, 2024
1 parent 89ffffc commit 7f0b4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_sdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Button(dict):
class Singleton(type):
"""Singleton metaclass."""

_instances: Dict[Any, Any] = {} # noqa: RUF012
_instances: Dict[Any, Any] = {}

def __call__(cls, *args: Any, **kwargs: Any) -> Any:
"""Call the class.
Expand Down

0 comments on commit 7f0b4f2

Please sign in to comment.