Skip to content

Commit

Permalink
#89 - imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dotchetter committed Jan 7, 2024
1 parent a5cbca1 commit 6646d36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyttman/core/internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
import pyttman
from pyttman.core.containers import MessageMixin, Reply
from pyttman.core.decorators import LifecycleHookRepository
from pyttman.core.exceptions import PyttmanPluginException
from pyttman.core.mixins import PrettyReprMixin
from pyttman.core.plugins.base import PyttmanPlugin


def depr_raise(message: str, version: str) -> None:
Expand Down Expand Up @@ -74,6 +76,7 @@ def __repr__(self):
_attrs = {name: value for name, value in self.__dict__.items()}
return f"Settings({_attrs})"


def _generate_name(name):
"""
Generates a user-friendly name out of
Expand Down

0 comments on commit 6646d36

Please sign in to comment.