Skip to content

Commit bf0b8aa

Browse files
committed
Clean code
1 parent b200f9d commit bf0b8aa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@
2424
from compiler.api import compiler as api_compiler
2525
from compiler.error import compiler as error_compiler
2626

27-
# from compiler.docs import compiler as docs_compiler
28-
2927
if len(argv) > 1 and argv[1] != "sdist":
3028
api_compiler.start()
3129
error_compiler.start()
32-
# docs_compiler.start()
3330

3431
with open("pyrogram/__init__.py", encoding="utf-8") as f:
3532
version = re.findall(r"__version__ = \"(.+)\"", f.read())[0]

0 commit comments

Comments
 (0)