Skip to content

Commit f33c9cf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b1b4129 commit f33c9cf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

teamtalk/message.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""This module contains the Message class and its subclasses."""
22

3-
43
from .implementation.TeamTalkPy import TeamTalk5 as sdk
54

65

teamtalk/statistics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Server statistics module for Teamtalk."""
2+
23
from .implementation.TeamTalkPy import TeamTalk5 as sdk
34
from ._utils import _get_tt_obj_attribute
45

0 commit comments

Comments
 (0)