Skip to content

Commit 6c969a2

Browse files
committed
style: fix formating according to pre-commit check
1 parent f557556 commit 6c969a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ptbcontrib/roles/roleshandler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def setup_roles(application: Application) -> Roles:
8989
_CCT = TypeVar("_CCT", bound=CallbackContext)
9090
RT = TypeVar("RT")
9191

92+
9293
class RolesHandler(BaseHandler[Update, _CCT, RT]):
9394
"""
9495
A handler that acts as wrapper for existing handler classes allowing to add roles for

0 commit comments

Comments
 (0)