Skip to content

Commit c5d8483

Browse files
committed
[minecraftdata] remove unused code
1 parent 50fa144 commit c5d8483

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

minecraftdata/minecraftdata.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,14 @@
1919
import json
2020

2121

22-
T_ = Translator("MinecraftData", __file__)
23-
_ = lambda s: s
24-
25-
_ = T_
22+
_ = Translator("MinecraftData", __file__)
2623

2724

2825
@cog_i18n(_)
2926
class MinecraftData(commands.Cog):
3027
"""Minecraft-Related data"""
3128

32-
__version__ = "2.2.2"
29+
__version__ = "2.2.2+code_opt"
3330

3431
# noinspection PyMissingConstructor
3532
def __init__(self, bot):

0 commit comments

Comments
 (0)