Remove Unnecessary Module Import

This commit is contained in:
XelXen 2022-06-13 09:54:40 +05:30 committed by GitHub
parent 01d9308460
commit 75b823c715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/tg.py vendored
View File

@ -1,7 +1,6 @@
import telegram
from tgconfig import TG_TOKEN
from json import load
from time import sleep
f = open('commit.json')
data = load(f)