Skip to content

Commit 7380b2f

Browse files
committed
refactor: Remove unused __all__ declarations for cleaner module exports
1 parent 3c5e239 commit 7380b2f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Jiyu_udp_attack/packet.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@
1010
from typing import Literal, Optional, Union
1111

1212

13-
__all__ = [
14-
"pkg_close_top_window",
15-
"pkg_close_windows",
16-
"pkg_message",
17-
"pkg_shutdown",
18-
"pkg_rename",
19-
"pkg_website",
20-
"pkg_execute",
21-
"pkg_setting",
22-
"pkg_customize",
23-
]
24-
25-
2613
def format_data(data: str, max_length: Optional[int] = None) -> bytes:
2714
"""
2815
Formats a string into a byte array, ensuring it is within the specified maximum length.

0 commit comments

Comments
 (0)